karea_view_task
Retrieve a single task with full details—status, priority, deadline, category, description, notes, requisites, and links—by visual ID, name, or UUID. Optionally include the task's AI Context to avoid a separate call.
Instructions
Return one task with all its details (status, priority, deadline, category, description, notes, requisites, links), located by visual ID, name or UUID. Pass includeContext=true to also inline the task's AI Context in the response — avoids a follow-up karea_get_context round-trip. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Task name, visual ID (C1, T2), or UUID | |
| projectId | No | Project name or ID (needed for visual ID lookup) | |
| includeContext | No | If true, inline the task's AI Context (cross-session working memory) in this response. Default false; when false, the response instead hints that Context exists and can be fetched with karea_get_context. |