get_goals
Retrieve financial goals from Copilot's native goal tracking. Returns savings, debt payoff, and investment goals with target amounts, monthly contributions, status, and total target amount.
Instructions
Get financial goals from Copilot's native goal tracking. Retrieves user-defined savings goals, debt payoff targets, and investment goals. Returns goal details including target amounts, monthly contributions, status (active/paused), start dates, and tracking configuration. Calculates total target amount across all goals. Cache-only: no live-mode (--live-reads) counterpart exists because Copilot's GraphQL endpoint does not expose goal data, so this tool always returns cached LevelDB data regardless of the --live-reads flag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active_only | No | Only return active goals (default: false) |