get_task_context
Fetch all necessary context for a task—associated items, flows, files, functions, and optional interactions and notes—to resume work from a single call.
Instructions
Get complete context for resuming work on a specific task/subtask/sidequest. Single call retrieves item + associated items + flows + files + functions + optionally interactions and notes. Uses cached project root internally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ID of the task/subtask/sidequest | |
| task_type | No | Type of task: 'task', 'subtask', 'sidequest'. Auto-detected from task_id if omitted. | |
| include_interactions | No | Include function dependency interactions | |
| include_history | No | Include note history for task |