5 MCP tools for managing invoice items through the Accounting API. Same schema across 28 connectors.
accounting_invoice_items_allRetrieve a paginated list of invoice items with optional filtering and sorting.
accounting_invoice_items_oneRetrieve a single record by its unique identifier.
accounting_invoice_items_createCreate a new record with the provided fields.
accounting_invoice_items_updateUpdate an existing record by its unique identifier.
accounting_invoice_items_deleteRemove a record by its unique identifier.
28 providers support invoice items through the Accounting API.
execute_tool