Skip to main content
Glama

applescript-mcp

notifications_send_notification

Send system notifications on macOS with a title, message, and optional sound using this tool integrated with AppleScript for efficient macOS interaction.

Instructions

[Notification management] Send a system notification

Input Schema

NameRequiredDescriptionDefault
messageYesNotification message
soundNoPlay sound with notification
titleYesNotification title

Input Schema (JSON Schema)

{ "properties": { "message": { "description": "Notification message", "type": "string" }, "sound": { "default": true, "description": "Play sound with notification", "type": "boolean" }, "title": { "description": "Notification title", "type": "string" } }, "required": [ "title", "message" ], "type": "object" }

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/joshrutkowski/applescript-mcp'

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