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
Name | Required | Description | Default |
---|---|---|---|
name | No | System sound name (required when type is "system") | |
path | No | Absolute path to audio file (required when type is "file") | |
text | No | Text to speak (required when type is "tts") | |
type | Yes | Type of sound to play | |
voice | No | Voice name (optional, used with type "tts", uses system default if not specified) |