Skip to main content
Glama
hermegeddon

Hermes Toolkit MCP

by hermegeddon

Create Kanban task

hermes_kanban_task_create

Create a Kanban task with title, body, assignee, priority, parents, triage status, and workspace options. Supports idempotent duplicate handling and redacted receipts for safe task creation.

Instructions

Typed POST /api/plugins/kanban/tasks wrapper that creates a Kanban task with title, body, assignee, priority, parents, triage flag, idempotency key, and workspace options, writing redacted receipts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional task body markdown.
boardNoBoard slug for the task lookup. Defaults to the configured default board.
titleYesTask title.
skillsNoSkill names to load into the dispatched worker.
tenantNoOptional tenant namespace.
triageNoCreate the task in triage status instead of todo.
parentsNoParent task ids (e.g., t_xxxxxxxx).
assigneeNoProfile name to assign the task to.
priorityNoTask priority; higher is more urgent.
workspace_kindNoWorkspace flavor for the task.scratch
workspace_pathNoAbsolute path for dir or worktree workspace kinds.
idempotency_keyNoCaller-provided idempotency key; duplicate requests return the existing task.
max_runtime_secondsNoMaximum runtime for one worker attempt, in seconds.

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 declare readOnlyHint=false, idempotentHint=false, destructiveHint=false, and openWorldHint=true. The description adds 'writing redacted receipts,' which is useful behavioral context not in annotations. However, it doesn't mention idempotency behavior (though the schema describes the idempotency_key param), authentication requirements, or side effects like worker dispatch. The 'redacted receipts' mention is a genuine addition but sparse.

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?

The description is a single, focused sentence that front-loads the core action and enumerates the key parameters compactly. It's not padded with fluff or redundant claims. Minor deduction for not being fully self-contained (relies on reader parsing the parameter list correctly).

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 an output schema present and 100% parameter coverage, the description's job is largely about orientation. For a 13-parameter creation tool, it adequately overviews the input surface. The missing usage guidance and sparse behavioral disclosure slightly reduce completeness, but the rich schema and output schema compensate substantially.

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 the schema fully documents all 13 parameters. The description lists the key fields (title, body, assignee, priority, parents, triage flag, idempotency key, workspace options) but adds no semantic detail beyond what the schema provides. This is the baseline 3 since the schema carries the full load.

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 clearly states it's a 'Typed POST /api/plugins/kanban/tasks wrapper that creates a Kanban task' with a specific verb (creates) and resource (Kanban task), and lists a comprehensive set of fields it handles. It distinguishes from siblings like hermes_kanban_task_update by indicating creation. However, it doesn't explicitly contrast with sibling creation tools (liked hermes_kanban_link_create), so it's slightly below a 5.

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?

The description provides no guidance on when to use this tool versus alternatives like hermes_kanban_task_update or hermes_kanban_task_specify. It doesn't mention prerequisites (e.g., what's needed to create a task), whether this is the primary entry point for task creation, or when a sibling might be more appropriate. The write action is implied but no contextual direction is given.

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