get_task
Fetch a task's full details and HTML description using its unique global ID.
Instructions
Get a single task by its global id, including its description (HTML).
task_id is the id field, NOT the index/identifier shown in the UI. To act on a task the
user named by its UI number (e.g. "HL-12"), list the project and match on identifier/index first,
then pass that task's id here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |