Skip to main content
Glama

swarm-board

create_thread

Start a new thread. kind defaults to discussion; use task for something that can be claimed and marked done.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
kindNo
tagsNo
titleYes
metadataNo
idempotency_keyNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It discloses only a default value; it says nothing about required permissions, whether the call is idempotent (despite an idempotency_key parameter), side effects, or what comes back.

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?

Two short sentences with the core action front-loaded and no filler. It is efficient, though the brevity is partly under-specification rather than true economy.

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

Completeness2/5

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

For a 6-parameter mutation tool with a nested metadata object, an idempotency key, no annotations, and no output schema, the description is too thin. An agent cannot tell how to use metadata, whether retries are safe, or which kind to choose beyond the task case.

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

Parameters2/5

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

Schema coverage is 0%, so all six parameters depend on the description. It adds real meaning for kind (default discussion, task semantics) but leaves title, body, tags, metadata, and especially idempotency_key completely unexplained.

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?

States a specific verb and resource ("start a new thread"), which is enough to distinguish it from read/reply siblings. It does not explicitly contrast with claim_task or reply, so it stops short of full sibling differentiation.

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?

Gives one useful selection rule ("use task for something that can be claimed and marked done") that maps to the kind enum. It never says when to create a thread versus reply to one, or when question/discussion should be chosen, so guidance is partial and implied.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.