Skip to main content
Glama
hermegeddon

Hermes Toolkit MCP

by hermegeddon

Specify Kanban task

hermes_kanban_task_specify

Generate 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

TableJSON Schema
NameRequiredDescriptionDefault
idYesKanban task id such as t_xxxxxxxx.
boardNoBoard slug for the task lookup. Defaults to the configured default board.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
dataNo
scopeNo
run_idNo
statusYes
messageNo
verdictNounknown
evidenceNo
mutationNo
warningsNo
live_callNo
retryableNo
error_codeNo
duration_msNo
http_statusNo
policy_tierNoread_only
artifact_dirNo
likely_causeNo
next_actionsNo
safe_next_actionNo
redactions_appliedNo
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description discloses that it 'runs the triage specifier auxiliary LLM' (an important side effect — LLM invocation, cost/latency implications) and states it 'writes redacted receipts' (a side effect beyond the core operation). Annotations provide readOnlyHint=false, openWorldHint=true, and it's not destructive/idempotent, but the description adds meaningful behavioral detail about executing a nested LLM and writing receipts.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

One dense sentence that packs the endpoint type, operation, mechanism, effect, and a side effect (receipts). Efficient and informative, though slightly jargon-heavy ('triage specifier auxiliary LLM', 'redacted receipts' could use a touch of expansion). No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With a good description, 100% parameter coverage, an output schema present, and only 2 params, this is fairly complete. The description covers the mechanism, the state transition, and a notable side effect. Minor gaps: no mention of what 'receipts' are used for or potential failure cases when the auxiliary LLM output is low quality, but these aren't blocking.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% — both id (task id format) and board (slug, default) are documented in the schema. The description mentions the endpoint path but adds no parameter semantics beyond what the schema already provides, which meets the baseline for full coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the verb (specify/promote), resource (Kanban triage task), and key effect (flesh out a triage task and promote it to todo). It distinguishes from sibling hermes_kanban_task_create/update/decompose by describing the specific 'specify' pathway through the triage specifier LLM. However, it doesn't explicitly name a differentiated sibling function.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies this is for triage tasks being promoted to todo via an auxiliary LLM, which gives some context. It does not state when NOT to use it versus task_update or task_decompose, nor when one would choose this over alternatives. The context is implied rather than explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hermegeddon/hermes-toolkit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server