All tools

Phone · voice_transcribe

Transcribe a call

Transcript of a recorded call.

Price
included
Requirements
No connector
runs on platform keys
Human approval
No
read or internal write

Input

FieldTypeDescription
call_sid *stringTwilio Call SID to get transcript for

Call this tool

Through the HTTP API, or from the MCP server with the run meta-tool.

curl https://api.ezyagents.fr/gateway/v1/run \
  -H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
  -d '{"tool":"voice_transcribe","input":{"call_sid":"…"}}'
$run({ "tool": "voice_transcribe", "input": {"call_sid":"…"} })