Get Kanban task
hermes_kanban_task_getReturn the generated meta description for the hermes_kanban_task_get tool.
Instructions
Typed GET /api/plugins/kanban/tasks/{id} wrapper that reads one Kanban task by id with optional board slug and tenant, writing redacted receipts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Kanban task id such as t_xxxxxxxx. | |
| board | No | Board slug for the task lookup. | |
| tenant | No | Optional tenant namespace. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| scope | No | ||
| run_id | No | ||
| status | Yes | ||
| message | No | ||
| verdict | No | unknown | |
| evidence | No | ||
| mutation | No | ||
| warnings | No | ||
| live_call | No | ||
| retryable | No | ||
| error_code | No | ||
| duration_ms | No | ||
| http_status | No | ||
| policy_tier | No | read_only | |
| artifact_dir | No | ||
| likely_cause | No | ||
| next_actions | No | ||
| safe_next_action | No | ||
| redactions_applied | No |