Skip to main content
Glama

MiniMax MCP JS

Official
by MiniMax-AI

play_audio

Play WAV or MP3 audio files using a specified file path or URL. Designed for integration with MiniMax MCP JS server for audio playback functionality.

Instructions

Play an audio file. Supports WAV and MP3 formats. Does not support video.

Input Schema

NameRequiredDescriptionDefault
inputFilePathYesPath to the audio file to play
isUrlNoWhether the audio file is a URL

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "inputFilePath": { "description": "Path to the audio file to play", "type": "string" }, "isUrl": { "default": false, "description": "Whether the audio file is a URL", "type": "boolean" } }, "required": [ "inputFilePath" ], "type": "object" }

Other Tools from MiniMax MCP JS

Related Tools

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/MiniMax-AI/MiniMax-MCP-JS'

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