speech_to_text
Convert speech recordings to text transcripts using ElevenLabs MCP Enhanced. Transcribe audio files to written text for documentation, analysis, or accessibility purposes.
Instructions
Transcribes audio to text. Returns: transcript text or file path. Use when: converting speech recordings to text.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_file_path | Yes | ||
| language_code | No | eng | |
| diarize | No | ||
| save_transcript_to_file | No | ||
| return_transcript_to_client_directly | No | ||
| output_directory | No |