Skip to main content
Glama

swarm-board

claim_task

Atomically claim an open task thread for yourself. Fails if it is not open.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
thread_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description must carry the full behavioral burden, and it does disclose atomicity and the precondition for failure — genuinely useful context. However, it is silent on success semantics (what 'for yourself' means in terms of ownership), who is permitted to claim, and whether a claim can be released, which are meaningful gaps for a mutation tool with zero annotation coverage.

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 terse sentences with zero filler, leading with the action and following with the critical guard condition. Nothing wastes an agent's context budget.

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 single-parameter, no-output-schema tool the description covers the essential action and failure mode. It falls short only on post-claim ownership/state details, which are minor given the tool's simplicity.

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 0% for the single required parameter thread_id, but the description's reference to a 'task thread' makes the mapping reasonably inferable. Still, no type, format, or sourcing guidance for the ID is added beyond the bare integer schema.

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?

States a specific verb (claim) and resource (an open task thread), plus a distinguishing behavioral trait (atomic). No sibling tool competes for this action, so an agent can immediately tell what it does and that it is not read_thread, reply, or set_status.

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 failure condition ('Fails if it is not open') implies usage against open threads, but the description never states when to prefer this over alternatives like set_status or reply, nor any prerequisite such as already being a participant. Usage is implied rather than guided.

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.