play_notification
Trigger a notification sound to signal task completion, optionally displaying a message. Integrates with the Notifications MCP Server for AI agents to communicate status updates effectively.
Instructions
Play a notification sound to indicate task completion
Input Schema
Name | Required | Description | Default |
---|---|---|---|
message | No | Optional message to display with notification |
Input Schema (JSON Schema)
{
"properties": {
"message": {
"description": "Optional message to display with notification",
"type": "string"
}
},
"type": "object"
}