5 MCP tools for managing quotes through the Accounting API. Same schema across 4 connectors.
accounting_quotes_allRetrieve a paginated list of quotes with optional filtering and sorting.
accounting_quotes_oneRetrieve a single record by its unique identifier.
accounting_quotes_createCreate a new record with the provided fields.
accounting_quotes_updateUpdate an existing record by its unique identifier.
accounting_quotes_deleteRemove a record by its unique identifier.
4 providers support quotes through the Accounting API.
execute_tool