5 MCP tools for managing expense categories through the Accounting API. Same schema across 2 connectors.
accounting_expense_categories_allRetrieve a paginated list of expense categories with optional filtering and sorting.
accounting_expense_categories_oneRetrieve a single record by its unique identifier.
accounting_expense_categories_createCreate a new record with the provided fields.
accounting_expense_categories_updateUpdate an existing record by its unique identifier.
accounting_expense_categories_deleteRemove a record by its unique identifier.
2 providers support expense categories through the Accounting API.
execute_tool