Skip to main content
Glama
razvangirgiz

wazap-mcp

by razvangirgiz

Transcribe a WhatsApp voice message

transcribe_audio
Read-onlyIdempotent

Convert WhatsApp voice notes and audio messages into readable text. Pass a message ID to get a transcript, with optional language detection; results are cached and searchable.

Instructions

Turn a voice note or an audio message into text. The transcript is cached, so a second call on the same message costs nothing, and from then on the message reads as [voice message · 0:42] "what was said" in read_messages, get_recent_messages and get_message, and its words become searchable through search_messages.

What it costs depends on how the user set transcription up: the local provider (whisper.cpp) is free and the audio never leaves the machine, while the API provider uploads the audio to a third-party service and is billed per minute. Either way this is capped at 10 calls a minute.

TRANSCRIBE_UNAVAILABLE means transcription is off or unfinished on this machine; the fix names the command the user has to run. Do not retry it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
languageNoISO 639-1 code of what is spoken, e.g. "ro"; "auto" detects it. Omit to use the configured default.
message_idYesA message whose type is voice or audio
Behavior5/5

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

Annotations already mark the tool as read-only, idempotent, and non-destructive, and the description adds substantial behavioral context beyond that: caching, subsequent display of the transcript as [voice message · 0:42], searchability via search_messages, provider-dependent pricing and data handling, the 10-call-per-minute cap, and the TRANSCRIBE_UNAVAILABLE error with explicit do-not-retry guidance.

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?

The description is front-loaded with the core purpose and follows with dense, useful operational facts. Every sentence earns its place: caching, side effects on messages, searchability, cost, rate limits, and the error case. It is detailed but not bloated.

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

Completeness5/5

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

For a tool with no output schema, the description gives enough information about the returned behavior (text), plus caching, upstream and API side effects, when results appear in other tools, and how to handle failure. An agent has what it needs to call this correctly and reason about outcomes.

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%, and the schema already explains message_id and language. The description reinforces that calling with the same message is useful because of caching, but it does not add substantive parameter-level meaning beyond the schema, so baseline 3 is appropriate.

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 opens by stating a specific verb and resource: turning a voice note or audio message into text. It also explains the post-transcription behavior in read and search tools, which clearly distinguishes this from siblings like download_media or send_message.

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?

It makes the intended use clear: transcribe voice/audio messages into text. It also provides strong cost, caching, rate-limit, and error-retry guidance. It does not explicitly name alternative tools or conditions that would rule this tool out, but the context is clear enough for selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/razvangirgiz/wazap'

If you have feedback or need assistance with the MCP directory API, please join our Discord server