Skip to main content
Glama

buy_transcribe_voice

Buy transcribe_voice, price 1 USDC — what you get: Send an audio file. 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.9/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 but only reveals price, seller, and input. It does not disclose payment flow, authentication requirements, whether a contract is created, what response is returned, or any side effects beyond purchasing.

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

Conciseness4/5

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

The description is short and gets the core facts across quickly: buy action, price, input, and seller. However, it is a fragment rather than a clear sentence and omits operational details, so it is concise more than well-structured.

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

Completeness2/5

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

Given no output schema, no annotations, and five optional parameters, the agent is left without enough context to invoke the tool correctly. It does not explain authentication choices, payment method, expected return value, or how this purchase connects to the marketplace workflow.

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 coverage is 100%, so the baseline applies. The description adds a hint that the service consumes an audio file, which loosely maps to task_payload, but it does not clarify the relationship between api_key, agent_id, and x_payment or how to structure the payload.

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?

The description clearly identifies the action as buying the 'transcribe_voice' service, names the price, and indicates the input is an audio file. This distinguishes it from sibling buy_* tools by service name, though it never explicitly states the service performs transcription.

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 given on when to use this tool versus alternatives such as marketplace_create_contract, marketplace_x402_payment, or other buy_* tools. It also does not explain prerequisites like whether registration is needed or whether x_payment can be used instead.

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