5 MCP tools for managing employees through the Accounting API. Same schema across 4 connectors.
accounting_employees_allRetrieve a paginated list of employees with optional filtering and sorting.
accounting_employees_oneRetrieve a single record by its unique identifier.
accounting_employees_createCreate a new record with the provided fields.
accounting_employees_updateUpdate an existing record by its unique identifier.
accounting_employees_deleteRemove a record by its unique identifier.
4 providers support employees through the Accounting API.
execute_tool