5 MCP tools for managing attachments through the Accounting API. Same schema across 12 connectors.
accounting_attachments_allRetrieve a paginated list of attachments with optional filtering and sorting.
accounting_attachments_oneRetrieve a single record by its unique identifier.
accounting_attachments_createCreate a new record with the provided fields.
accounting_attachments_updateUpdate an existing record by its unique identifier.
accounting_attachments_deleteRemove a record by its unique identifier.
Normalized fields available across all 12 connectors. The same schema whether your customer uses Pennylane, Sage Intacct, Yuki, or any other provider.
| Field | Type | Description |
|---|---|---|
id | string | A unique identifier for the attachment |
name | string | The name of the attachment |
url | stringnull | The URL of the attachment |
mime_type | stringnull | The MIME type of the attachment |
size | numbernull | The size of the attachment in bytes |
reference | object | Reference to the parent record |
12 providers support attachments through the Accounting API.
execute_tool