get_task
Retrieve a task's details, ownership, handoff, links, and subtasks as bounded JSON. Follow cursors for large details; context is separate.
Instructions
Get a task's details, ownership, handoff, links and subtasks as bounded JSON. Context is retrieved separately through get_task_context. Follow text cursors with the same task ID for large details; do not treat a fragment as complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Next text cursor returned by a large read. Repeat identical selectors; changed content invalidates the cursor. | |
| task_id | Yes | The task ID (use the ID from list_tasks, e.g. '3a7d...') | |
| max_chars | No | Maximum response characters (default 6000); omitted data remains explicitly retrievable. |