tasks_get
Fetch a single task by its 16-hex-char ID from a prior call. Returns a structured error for unknown IDs, keeping the MCP envelope contract intact.
Instructions
Fetch a single task by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | 16-hex-char task id from a prior tool call. Returns a structured error if the id is unknown rather than raising -- keeps the MCP envelope contract. |