List goals
goalslot_list_goalsList goals with target hours, logged time, and deadlines to assess progress and answer 'what am I working on?' and 'am I behind?'. Retrieve IDs for further actions.
Instructions
READ ONLY. Lists the user's goals with target hours, hours already logged, progress and deadline. This is the tool that answers "what am I working on" and "am I behind". loggedHours is accumulated by time entries, so it moves whenever log_time is called with a goalId. Returns ids you must reuse verbatim when calling create_task, log_time or manage_schedule_block.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Goal status. One of ACTIVE, COMPLETED, PAUSED. There is no archived state; PAUSED is how a goal is shelved. | |
| labelIds | No | Label ids from get_context.labels[].id. | |
| categories | No | Category value strings from get_context.categories[].value. Omit for all categories. | |
| includeStats | No | Include the active/completed/paused counts for the whole account. Defaults to true. |