Skip to main content
Glama

MiniMax MCP JS

Official
by MiniMax-AI

play_audio

Play audio files in WAV or MP3 formats from a specified file path or URL using the JavaScript-based MiniMax MCP server. Ideal for integrating audio playback into MiniMax AI services.

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" }

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