5 MCP tools for managing refunds through the Accounting API. Same schema across 2 connectors.
accounting_refunds_allRetrieve a paginated list of refunds with optional filtering and sorting.
accounting_refunds_oneRetrieve a single record by its unique identifier.
accounting_refunds_createCreate a new record with the provided fields.
accounting_refunds_updateUpdate an existing record by its unique identifier.
accounting_refunds_deleteRemove a record by its unique identifier.
execute_tool