hub_task_get
Retrieve a single task by its ID, including tasks it is blocked by and tasks it blocks. Use when the task ID is known to get full dependency context.
Instructions
ONE task by id, plus what it is blocked by and what it blocks. Use this when you know the id — do NOT go guessing project × status combinations with hub_task_list. Know a keyword but not the id? hub_search first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | bare number or a node-scoped id like "planck-3" |