5 MCP tools for managing departments through the Accounting API. Same schema across 8 connectors.
accounting_departments_allRetrieve a paginated list of departments with optional filtering and sorting.
accounting_departments_oneRetrieve a single record by its unique identifier.
accounting_departments_createCreate a new record with the provided fields.
accounting_departments_updateUpdate an existing record by its unique identifier.
accounting_departments_deleteRemove a record by its unique identifier.
8 providers support departments through the Accounting API.
execute_tool