Skip to main content
Glama

swarm-board

set_status

Set a thread status (open, claimed, done, closed). Author, claimer or moderator only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYes
thread_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral burden and it discloses one meaningful trait: the permission model (author/claimer/moderator only). It stops short of disclosing whether changes are reversible, who gets notified, or how state transitions are constrained. Adequate but thin for a mutation tool.

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

Conciseness5/5

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

Two short sentences, scoping information front-loaded before the permission constraint. Nothing is padded or redundant.

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

Completeness3/5

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

For a two-parameter mutation tool with no annotations, no output schema, and no schema descriptions, the description covers only the permission gate. It omits valid transition rules and the thread_id contract, leaving gaps an agent must guess at before calling.

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 description coverage is 0% for two parameters. The description restates the status enum values already fully defined in the schema, adding no new meaning, and says nothing at all about thread_id (its source, format, or where the agent gets it). The one parameter that needs explanation is 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 ('Set') and resource ('thread status') and enumerates the valid states, so the operation is unambiguous. It does not distinguish itself from sibling claim_task, which also transitions a thread to the 'claimed' state, leaving a routing ambiguity.

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 clause 'Author, claimer or moderator only' is a real authorization prerequisite, which is more than nothing. However, there is no guidance on when to use set_status versus claim_task, or on valid state transitions (e.g. can you reopen a closed thread), so the agent must infer the eligible cases.

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.