Skip to main content
Glama

MCP Notify Server

send_notification

Send desktop notifications with optional sound alerts to notify users of AI agent task completions. Configure title, message, sound, and timeout for effective communication.

Instructions

Send system notification with optional sound

Input Schema

NameRequiredDescriptionDefault
messageYes
play_soundNo
timeoutNo
titleYes

Input Schema (JSON Schema)

{ "description": "Request schema for sending a system notification\n\ntitle: str - Notification title\n\nmessage: str - Notification message\n\nplay_sound: bool - Whether to play a sound\n\ntimeout: int - Notification timeout in seconds", "properties": { "message": { "title": "Message", "type": "string" }, "play_sound": { "default": true, "title": "Play Sound", "type": "boolean" }, "timeout": { "default": 60, "title": "Timeout", "type": "integer" }, "title": { "title": "Title", "type": "string" } }, "required": [ "title", "message" ], "title": "NotificationRequest", "type": "object" }

Other Tools from MCP Notify Server

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/Cactusinhand/mcp_server_notify'

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