Prompt capture
TaskGet tool description
14 model strings share this prompt, byte for byte.
1Use this tool to retrieve a task by its ID from the task list.
3## When to Use This Tool
5- When you need the full description and context before starting work on a task
6- To understand task dependencies (what it blocks, what blocks it)
7- After being assigned a task, to get complete requirements
9## Output
11Returns full task details:
12- **subject**: Task title
13- **description**: Detailed requirements and context
14- **status**: 'pending', 'in_progress', or 'completed'
15- **blocks**: Tasks waiting on this one to complete
16- **blockedBy**: Tasks that must complete before this one can start
18## Tips
20- After fetching a task, verify its blockedBy list is empty before beginning work.
21- Use TaskList to see all tasks in summary form.