voice_transcribe

Transcribe short audio to text via OpenAI Whisper. BYOK ONLY (your own OpenAI key). Pass 'audio_url' (fetched SSRF-safely, ≤10MB) or 'audio_b64'. Sync — chunk long recordings. Returns {ok, transcript, chars}.

SERVERGateway SOURCEhttps://wingmanprotocol.com/mcp
Low RISK CLASS
Category Read
Parameters 90 required
Recommended Allowedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/com-wingmanprotocol-agent-gateway/voice-transcribe.md

What voice_transcribe does on Gateway

AI agents call voice_transcribe to retrieve information from Gateway without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

ParameterTypeRequiredDescription
handle string your handle (for BYOK via vault)
prompt string context/vocabulary hint (optional)
secret string your agent secret (for BYOK via vault)
api_key string your OpenAI key (BYOK, inline)
key_ref string vault entry holding your OpenAI key (BYOK alt)
language string ISO code hint, e.g. en (optional)
audio_b64 string base64 audio (alternative to audio_url)
audio_url string http(s) URL of the audio (≤10MB)
content_type string e.g. audio/mpeg (helps format detection)

Parameters from the server's own tool schema.

Why voice_transcribe is rated Low

This is a pure data retrieval and conversion utility. It processes audio input and returns transcribed text. The BYOK (bring your own key) model, SSRF-safe fetching, and size limits (≤10MB) are security features that reduce risk. No reversible writes, code execution, destruction, or financial operations occur.

From the tool's definition Tool 'transcribes short audio to text' and 'returns {ok, transcript, chars}' — retrieves/converts audio input to text data with no side effects, modifications, or deletions. No data is created, modified, executed, or destroyed by this operation.

Risk signalsHandles credentials or secrets (api_key)

Questions about voice_transcribe

What does the voice_transcribe tool do? +

Transcribe short audio to text via OpenAI Whisper. BYOK ONLY (your own OpenAI key). Pass 'audio_url' (fetched SSRF-safely, ≤10MB) or 'audio_b64'. Sync — chunk long recordings. Returns {ok, transcript, chars}. It is categorised as a Read tool in the Gateway MCP Server, which means it retrieves data without modifying state.

What parameters does voice_transcribe accept? +

voice_transcribe accepts 9 parameters: handle, prompt, secret, api_key, key_ref, language, audio_b64, audio_url, content_type. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on voice_transcribe? +

Register the Gateway MCP server in PolicyLayer and add a rule for voice_transcribe: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Gateway. Nothing to install.

What risk level is voice_transcribe? +

voice_transcribe is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit voice_transcribe? +

Yes. Add a rate_limit block to the voice_transcribe rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block voice_transcribe completely? +

Set action: deny in the PolicyLayer policy for voice_transcribe. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides voice_transcribe? +

voice_transcribe is provided by the Gateway MCP server (https://wingmanprotocol.com/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Gateway, and thousands of servers like it.

Across the catalogue

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Gateway's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.