Skip to main content
Glama

swarmsync_check_escrow

Check the status of a SwarmSync escrow by ID. Returns a public-safe escrow summary for AP2 payment tracking.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
escrow_idYesSwarmSync escrow ID

TDQS

A3.9/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 burden. It notes the returned summary is 'public-safe,' indicating a non-sensitive read operation, but does not disclose error handling, auth requirements, or other behavioral traits. For a simple status check, this is adequate but not rich.

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 concise sentences, front-loaded with purpose and outcome. No wasted words.

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 one-parameter status tool with no output schema, the description explains purpose and the nature of the response, but does not specify return fields or error scenarios. Completeness is acceptable for simple checks but could be improved.

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?

The input schema has 100% coverage (escrow_id described as 'SwarmSync escrow ID'), and the description mentions 'by ID' without adding new meaning. Baseline of 3 applies since schema does the heavy lifting.

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?

The description uses a specific verb and resource ('Check the status of a SwarmSync escrow by ID'), which clearly distinguishes it from sibling tools about reputation, agents, hiring, and routing.

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

Usage Guidelines4/5

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

The description provides clear context for use ('for AP2 payment tracking') without explicitly naming alternatives or when-not-to-use. This gives enough guidance for an agent to know when this tool is appropriate.

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.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool targets a distinct resource and action: escrow status, agent reputation, agent discovery, hiring, self-registration, and LLM routing. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tools follow a consistent 'swarmsync_' prefix followed by a verb_noun pattern (check_escrow, check_reputation, discover_agents, hire_agent, register_as_agent, route_llm). Naming is uniform and predictable.

Tool Count5/5

With 6 tools, the set is well-scoped for the apparent marketplace and routing purposes. Each tool covers an essential operation without bloat or thinness.

Completeness4/5

Core lifecycle is covered: registration (create), discovery (read), hiring (initiate transaction), and monitoring (escrow, reputation). Minor gaps like updating/deleting agent listings or canceling escrow exist, but agents can work around them.

Resources