get_budgets
Fetch budgets with limits, spent amounts, and periods. Filter by ID, name, currency, or creation date to access specific budget details.
Instructions
Get all budgets with their limits, spent amounts, and periods.
Args: ctx: MCP context limit: Items per page (1-100, default 30) offset: Items to skip budget_id: Filter by exact budget ID name: Filter by budget name (use prefix: eq., contains., contains-i.) currency_code: Filter by currency (e.g. UAH, USD) 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 | ||
| budget_id | No | ||
| created_at | No | ||
| updated_at | No | ||
| currency_code | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |