Skip to main content
Glama

Reviewer MCP

by jaggederest

notify

Delivers audio notifications on macOS by speaking customizable messages, supporting various notification types and adjustable speech rates for enhanced user prompting.

Instructions

Provide audio notifications to users (macOS only)

Input Schema

NameRequiredDescriptionDefault
messageYesThe message to speak
rateNoSpeaking rate in words per minute
typeNoType of notificationinfo
voiceNoVoice to use for speech (e.g., "Daniel", "Samantha")

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "message": { "description": "The message to speak", "type": "string" }, "rate": { "description": "Speaking rate in words per minute", "type": "number" }, "type": { "default": "info", "description": "Type of notification", "enum": [ "question", "alert", "confirmation", "info" ], "type": "string" }, "voice": { "description": "Voice to use for speech (e.g., \"Daniel\", \"Samantha\")", "type": "string" } }, "required": [ "message" ], "type": "object" }
Install Server

Other Tools from Reviewer MCP

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/jaggederest/mcp_reviewer'

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