transcribir-audio
Transcribe audio a texto (Whisper local). Sube el audio. [x402: 0.01 USDC on Base, pay-per-use]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | service input |
Transcribe audio a texto (Whisper local). Sube el audio. [x402: 0.01 USDC on Base, pay-per-use]
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | service input |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full behavioral burden. It usefully discloses that the service uses local Whisper, that audio must be uploaded, and that it is pay-per-use via x402 at a specific price on Base. However, it omits other relevant behavior such as output format, file size limits, or authentication flow beyond the payment reference.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three short sentences with no filler. The core purpose is front-loaded, followed by a brief upload instruction and payment note. Every sentence contributes information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a low-complexity one-parameter tool with no output schema and no annotations, the description covers the core action, a hint about input, and payment context. It is still incomplete regarding input format and return value, which an agent would need for reliable invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There is one parameter, 'input', with a schema description of 'service input' and 100% coverage, so the baseline is 3. The description adds marginal meaning by saying 'Sube el audio', implying the input is audio to upload, but it does not specify accepted formats, whether it is a file path/URL/base64, or other constraints.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb and resource: transcribe audio to text, with the additional qualifier 'Whisper local'. This clearly distinguishes it from generic transcription siblings, though it does not explicitly name or route against alternatives like 'audio-to-text' or 'transcribe'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no when-to-use or when-not-to-use guidance. The only usage instruction is 'Sube el audio', which describes the mechanic but not the context for choosing this tool over other transcription siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.