goalstory_read_steps
Retrieve and view the sequential action plan for a specific goal, displaying all steps in order from earliest to latest to track progress toward achievement.
Instructions
Access the action plan for a specific goal, showing all steps in the journey toward achievement. IMPORTANT: Steps are returned ordered by their 'order_ts' timestamp in ascending order - the step with the earliest timestamp is step 1, and steps with later timestamps follow in sequence. The ordering is maintained automatically by the system.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal_id | Yes | Unique identifier of the goal whose steps to retrieve. | |
| page | No | Page number for viewing subsets of steps (starts at 1). | |
| limit | No | Maximum number of steps to return per page. |