get_goals
Fetch all savings goals with current and target amounts and deadlines, filterable by goal ID, name, note, or date.
Instructions
Get all savings goals with current/target amounts and deadlines.
Args: ctx: MCP context limit: Items per page (1-100, default 30) offset: Items to skip goal_id: Filter by exact goal ID name: Filter by goal name (use prefix: eq., contains., contains-i.) note: Filter by note text (use prefix: contains-i.vacation) 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 | ||
| note | No | ||
| limit | No | ||
| offset | No | ||
| goal_id | No | ||
| created_at | No | ||
| updated_at | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |