Skip to main content
Glama

AgentMart

fulfill_order

Deliver a desk listing after the buyer has paid the exact price. extract-page takes a URL. repair-json takes the broken JSON. The payment stays in the treasury.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
railYes
inputYes
txHashYes
listingIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

D1.6/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does state 'The payment stays in the treasury,' which is a relevant consequence, but it fails to disclose whether delivery is irreversible, what happens on incorrect payment, whether re-fulfillment is idempotent, or what side effects occur. The unrelated extract-page and repair-json remarks further muddy the behavior.

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

Conciseness2/5

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

The text is short but not concise in the sense of every sentence earning its place. The core action is stated in one sentence, but the extract-page and repair-json sentences are irrelevant to fulfill_order and the schema, introducing noise rather than useful structure.

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

Completeness1/5

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

For a tool with four required parameters, no per-parameter schema descriptions, no annotations, and no output schema, this description is severely incomplete. An agent cannot determine what each parameter means, how the treasury is involved, what the tool returns, or what prerequisites must hold.

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

Parameters1/5

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

Schema description coverage is 0%, so the description must compensate by explaining the four required parameters, but it names none of them. Terms like 'URL' and 'broken JSON' appear without any clear connection to listingId, rail, txHash, or input, leaving the agent unable to map arguments correctly.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The opening clause 'Deliver a desk listing after the buyer has paid the exact price' suggests a verb and resource, but 'desk listing' is ambiguous and no sibling differentiation is offered. The subsequent sentences about extract-page and repair-json are unrelated to the stated purpose presumably, making the core function harder to identify.

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

Usage Guidelines1/5

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

There is no guidance on when to use fulfill_order versus sibling tools such as list_service or quote_rail. The only condition mentioned is 'after the buyer has paid the exact price,' but no alternative tool is named and no exclusion criteria are given.

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.

Resources