Skip to main content
Glama
hermegeddon

Hermes Toolkit MCP

by hermegeddon

Get Kanban orchestration settings

hermes_kanban_orchestration_get
Read-onlyIdempotent

Retrieve kanban orchestration settings and resolved effective values, returning redacted receipts to verify current configuration safely without exposing sensitive data.

Instructions

Typed GET /api/plugins/kanban/orchestration wrapper that reads kanban orchestration settings and resolved effective values, writing redacted receipts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
resolveNoWhether the server should return resolved effective values.

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
Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, destructiveHint=false, fully covering the safety profile. The description adds 'writing redacted receipts' — a useful side-effect disclosure. But there's no detail on what gets redacted, what receipts are written, or where. With rich annotations providing most transparency, the description adds marginal value.

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

Conciseness3/5

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

The description is a single compact sentence with little waste, but the phrase 'Typed GET wrapper' is implementation detail that doesn't serve agent decision-making. It's front-loaded with the core purpose, though it could omit jargon and keep the same informational value.

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?

There's an output schema present, so return values are documented structurally. With robust annotations and high schema coverage, the description need only cover intent and side-effects, which it does ('writing redacted receipts'). The receipt-writing disclosure addresses a non-obvious behavior. Could mention redaction policy but is largely sufficient for a read operation.

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 coverage is 100% and the single 'resolve' parameter already has a clear description ('Whether the server should return resolved effective values'). The description reiterates 'resolved effective values' but adds no new semantics about the resolve parameter itself. Baseline 3 is appropriate given complete schema coverage.

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

Purpose3/5

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

The description says 'reads kanban orchestration settings and resolved effective values' — a clear verb and resource. However, the term 'Typed GET wrapper' is implementation jargon that adds noise, and there's no explicit differentiation from sibling hermes_kanban_config_get or hermes_kanban_orchestration_update, though the read-only orchestration focus is reasonably clear.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus hermes_kanban_config_get, hermes_kanban_orchestration_update, or the many other kanban get/modify tools. The 'resolve' parameter behavior is implied but no context about when default resolution is or isn't desired. No exclusion or alternative tools mentioned.

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