Skip to main content
Glama
hermegeddon

Hermes Toolkit MCP

by hermegeddon

List Kanban boards

hermes_kanban_boards_list
Read-onlyIdempotent

List 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

TableJSON Schema
NameRequiredDescriptionDefault
include_countsNoInclude per-board task counts and health metadata.
include_archivedNoInclude archived boards in the listing.

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?

Annotations already provide readOnlyHint, idempotentHint, and destructiveHint=false, so the safe-read profile is covered. The description adds value beyond these by disclosing the 'writing redacted receipts' side effect—useful behavioral context that annotations don't capture. It's a read operation with a minor write side-effect disclosed.

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?

Single well-structured sentence that is technically informative ('Typed GET wrapper') and content-specific ('every board on disk with metadata, task counts, health, active board slug'), while flagging the receipt-writing behavior. No filler or redundancy across the length.

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?

For a simple listing tool with 0 required params, full schema coverage, an output schema present, and strong annotations (readOnly, idempotent, non-destructive), this description covers the essentials: what's listed, what metadata is included, and the side-effect of redaction receipts. The return values need not be described since output schema exists. Minor gap: doesn't cover the write side-effect implications or any performance/filtering nuance.

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%, so both parameters (include_counts, include_archived) are fully documented in the schema with clear descriptions and defaults. The description mentions 'task counts and health metadata' which maps to include_counts, and 'every board' implicitly touches the archived filtering, but doesn't add syntax or format detail beyond the schema. Baseline 3 applies.

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

Purpose5/5

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

Specific verb+resource ('Lists kanban boards') with clear scope: 'every board on disk with metadata, task counts, health, and the active board slug.' Distinguishes from siblings like hermes_kanban_board_get (single board) and hermes_kanban_config_get. The HTTP wrapper detail adds technical grounding.

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

Usage Guidelines4/5

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

The description clearly states what the listing includes, giving agents context on when to call it. However, it doesn't explicitly contrast with sibling tools like hermes_kanban_board_get or mention when to prefer one over the other, nor does it state exclusions or prerequisites.

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