5 MCP tools for managing invoices through the Accounting API. Same schema across 32 connectors.
accounting_invoices_allRetrieve a paginated list of invoices with optional filtering and sorting.
accounting_invoices_oneRetrieve a single record by its unique identifier.
accounting_invoices_createCreate a new record with the provided fields.
accounting_invoices_updateUpdate an existing record by its unique identifier.
accounting_invoices_deleteRemove a record by its unique identifier.
32 providers support invoices through the Accounting API.
execute_tool