Skip to main content
Glama

MCP Notify Server

send_notification

Send system notifications with customizable titles, messages, and optional sound alerts. Configure timeout durations for notifications using the MCP Notify Server.

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

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