Skip to main content
Glama

buy_sphere_receipt

Buy sphere_receipt, price 0.05 USDC — what you get: Send an agent's result, its claims and, if you have it, the source text. Sold by Sphere.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyNoMarketplace API key from marketplace_register (contract path)
agent_idNoMarketplace agent_id from marketplace_register (contract path)
x_paymentNoOptional base64 X-PAYMENT to pay per call with no registration
task_payloadNoInput for the service, e.g. {question}, {image_path} or {audio_file_path}
deadline_hoursNoOptional delivery deadline for a contract

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.2/5.0
Behavior2/5

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

No annotations are present, so the description carries the full burden of behavioral disclosure. It mentions a price and seller but does not explain how payment is charged, whether a contract or receipt is created, what the response will be, or what side effects the purchase has. 'Buy' implies a financial transaction, but the mechanics are absent.

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

Conciseness3/5

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

The description is short, but the 'what you get: Send...' construction is confusing and grammatically awkward. It front-loads the price but then packs unrelated details into a single run-on sentence, making it harder to parse than necessary.

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 5-parameter, no-output-schema, no-annotation purchase tool in a large marketplace sibling set, this description is severely incomplete. It omits what a sphere_receipt is, what the tool returns, how payment works, and how this differs from other buy_* tools. An agent cannot reliably decide to use it or invoke it correctly based on this description alone.

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 100%, so the baseline is 3. The description adds a hint that task_payload should contain an agent's result, claims, and source text, which is useful but vaguely worded and not explicitly tied to any parameter. It does not clarify api_key, x_payment, or deadline_hours beyond what the schema already states.

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 description opens with 'Buy sphere_receipt,' which essentially restates the tool name rather than defining its function. It adds price and seller but never clarifies what a sphere_receipt is or what action the tool performs, and the phrase 'what you get: Send an agent's result...' confuses inputs with outputs. It also does not distinguish this tool from siblings like buy_verify_claims_smart.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus the many buy_* sibling tools. There is no mention of prerequisites, context, or alternatives, leaving the agent to infer usage from the minimal description. 'Sold by Sphere' identifies the seller but not the appropriate use case.

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