5 MCP tools for managing expenses through the Accounting API. Same schema across 13 connectors.
accounting_expenses_allRetrieve a paginated list of expenses with optional filtering and sorting.
accounting_expenses_oneRetrieve a single record by its unique identifier.
accounting_expenses_createCreate a new record with the provided fields.
accounting_expenses_updateUpdate an existing record by its unique identifier.
accounting_expenses_deleteRemove a record by its unique identifier.
13 providers support expenses through the Accounting API.
execute_tool