play_audio
Play audio files in WAV or MP3 format using the ElevenLabs MCP Server's audio processing capabilities.
Instructions
Play an audio file. Supports WAV and MP3 formats.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
input_file_path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"input_file_path": {
"title": "Input File Path",
"type": "string"
}
},
"required": [
"input_file_path"
],
"type": "object"
}