Get one goal
goalslot_get_goalRetrieve full details for a single goal, optionally including the user's written reflections. Use this when you need in-depth information about a specific goal, not an overview of all goals.
Instructions
READ ONLY. Full detail for a single goal, optionally with the user's own written reflections on it. Use this when the conversation is about one specific goal. For "how are all my goals doing", call list_goals instead, which is one request rather than many.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goalId | Yes | Goal id from list_goals. Never construct or guess an id. | |
| includeReflections | No | Also fetch the user's written reflection history for this goal. Defaults to false. |