5 MCP tools for managing categories through the Accounting API. Same schema across 1 connectors.
accounting_categories_allRetrieve a paginated list of categories with optional filtering and sorting.
accounting_categories_oneRetrieve a single record by its unique identifier.
accounting_categories_createCreate a new record with the provided fields.
accounting_categories_updateUpdate an existing record by its unique identifier.
accounting_categories_deleteRemove a record by its unique identifier.
execute_tool