get_labels
Retrieve custom labels (tags) that organize financial records. Filter by label ID, name, or creation/update date to find and manage specific categories.
Instructions
Get custom labels (tags) used to organize records.
Args: ctx: MCP context limit: Items per page (1-100, default 50) offset: Items to skip label_id: Filter by exact label ID name: Filter by label name (use prefix: eq., contains., contains-i.) created_at: Filter by creation date (e.g. "gte.2025-01-01") updated_at: Filter by last update date (e.g. "gte.2025-01-01")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| limit | No | ||
| offset | No | ||
| label_id | No | ||
| created_at | No | ||
| updated_at | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |