goals_get_results
Retrieve goal progress results for a specified period, including current value, target, and completion percentage, to monitor performance.
Instructions
Get the progress and results of a goal for a specified period.
Retrieves goal progress data including current value, target, and completion percentage.
Workflow tips:
Use goals/list to find the goal ID first
Specify period.start and period.end to get results for specific timeframe
Results show progress toward the goal target
Use to track performance over time
Common use cases:
Check current goal progress: { "id": "goal-id", "period.start": "2024-01-01", "period.end": "2024-01-31" }
Monthly goal tracking: Specify start and end of month
Compare periods: Get results for different date ranges
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the goal | |
| period.start | Yes | Period start date (YYYY-MM-DD) | |
| period.end | Yes | Period end date (YYYY-MM-DD) |