List Kanban boards
hermes_kanban_boards_listList all Kanban boards from disk with task counts, health metadata, and the active board slug, including optional archived boards, while generating redacted audit receipts for every operation.
Instructions
Typed GET /api/plugins/kanban/boards wrapper that lists every board on disk with metadata, task counts, health, and the active board slug, writing redacted receipts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_counts | No | Include per-board task counts and health metadata. | |
| include_archived | No | Include archived boards in the listing. |
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 |