Skip to main content
Glama

MCP Sound Tool

by tijs

play_sound

Play audio feedback sounds to indicate task completion, errors, or notifications, enhancing user experience with non-visual status indicators.

Instructions

Play a notification sound on the user's device. WHEN TO USE THIS TOOL: - Use 'completion' sound when a task or command has SUCCESSFULLY completed - Use 'error' sound when a command has FAILED or an error has occurred - Use 'notification' sound for important alerts or information that needs attention - Use 'custom' sound only when you need a specific sound not covered by the standard types AI agents SHOULD proactively use these sounds to provide audio feedback based on the outcome of commands or operations, enhancing the user experience with non-visual status indicators. Example usage: After executing a terminal command, play a 'completion' sound if successful or an 'error' sound if it failed.

Input Schema

NameRequiredDescriptionDefault
custom_sound_pathNo
sound_typeNocompletion

Input Schema (JSON Schema)

{ "properties": { "custom_sound_path": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Custom Sound Path" }, "sound_type": { "default": "completion", "enum": [ "completion", "error", "notification", "custom" ], "title": "Sound Type", "type": "string" } }, "title": "play_soundArguments", "type": "object" }

Other Tools from MCP Sound Tool

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/tijs/py-sound-mcp'

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