Get Task
get_taskRetrieve a single task by its ID to view its full comments and assignees. Find the ID with list_tasks, then use the retrieved details to update or comment on the task.
Instructions
Get one task by id and return it with its full comments and assignees. Read-only. Resolve the id first with list_tasks — never guess it; pair with update_task or comment_on_task to act on what you read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task id, from list_tasks. |