Skip to main content
Glama

MCP Make Sound

by nocoo

play_sound

Play system sounds, text-to-speech, or custom audio files using MCP Make Sound. Customize options like sound type, name, text, voice, or file path to generate audio feedback.

Instructions

Play various types of sounds with customizable parameters

Input Schema

NameRequiredDescriptionDefault
nameNoSystem sound name (required when type is "system")
pathNoAbsolute path to audio file (required when type is "file")
textNoText to speak (required when type is "tts")
typeYesType of sound to play
voiceNoVoice name (optional, used with type "tts", uses system default if not specified)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "name": { "description": "System sound name (required when type is \"system\")", "enum": [ "Basso", "Blow", "Bottle", "Frog", "Funk", "Glass", "Hero", "Morse", "Ping", "Pop", "Purr", "Sosumi", "Submarine", "Tink" ], "type": "string" }, "path": { "description": "Absolute path to audio file (required when type is \"file\")", "type": "string" }, "text": { "description": "Text to speak (required when type is \"tts\")", "type": "string" }, "type": { "description": "Type of sound to play", "enum": [ "system", "tts", "file" ], "type": "string" }, "voice": { "description": "Voice name (optional, used with type \"tts\", uses system default if not specified)", "type": "string" } }, "required": [ "type" ], "type": "object" }

Other Tools from MCP Make Sound

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/nocoo/mcp-make-sound'

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