5 MCP tools for managing tracking categories through the Accounting API. Same schema across 13 connectors.
accounting_tracking_categories_allRetrieve a paginated list of tracking categories with optional filtering and sorting.
accounting_tracking_categories_oneRetrieve a single record by its unique identifier.
accounting_tracking_categories_createCreate a new record with the provided fields.
accounting_tracking_categories_updateUpdate an existing record by its unique identifier.
accounting_tracking_categories_deleteRemove a record by its unique identifier.
Normalized fields available across all 13 connectors. The same schema whether your customer uses Pennylane, Digits, Sage Intacct, or any other provider.
| Field | Type | Description |
|---|---|---|
id | string | A unique identifier for the tracking category |
parent_id | string | The parent tracking category ID |
name | string | The name of the tracking category |
code | string | The code of the tracking category |
status | string | The status of the tracking category |
row_version | string | Row version for optimistic locking |
updated_by | string | User ID who last updated the record |
created_by | string | User ID who created the record |
updated_at | date-time | Last updated timestamp |
created_at | date-time | Created timestamp |
13 providers support tracking categories through the Accounting API.
execute_tool