view_tasks
View tasks by their IDs, displaying title, status, parent, body, and subtasks in a concise markdown format. Handles missing or invalid task references gracefully.
Instructions
View tasks by IDs as trimmed markdown.
Each task renders as ``# <id>: <full title>`` followed by ``status:`` /
``parent:`` metadata lines (``parent:`` omitted for root tasks), the
verbatim task body, and a ``## Subtasks`` checklist reusing the compact
line format. A bad/deleted/unknown ref becomes a ``# <ref>: <error>`` stub
instead of failing the batch. Blocks are joined by ``\n\n---\n\n``.
Use this instead of reading task files from disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_refs | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |