Specify Kanban task
hermes_kanban_task_specifyGenerate a concise meta description for the hermes_kanban_task_specify tool that focuses on its purpose of using an auxiliary LLM to flesh out triage tasks and promote them to todo status.
Instructions
Typed POST /api/plugins/kanban/tasks/{id}/specify wrapper that runs the triage specifier auxiliary LLM to flesh out a triage task and promote it to todo, 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. Defaults to the configured default board. |
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 |