Skip to main content
Glama

apple-notifier-mcp

by turlockmike

prompt_user

Display a customizable dialog prompt on Mac devices to collect user input, with options for custom buttons, default text, and icons.

Instructions

Display a dialog prompt to get user input

Input Schema

NameRequiredDescriptionDefault
buttonsNoOptional custom button labels (max 3)
defaultAnswerNoOptional default text to pre-fill
iconNoOptional icon to display
messageYesText to display in the prompt dialog

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "buttons": { "description": "Optional custom button labels (max 3)", "items": { "type": "string" }, "maxItems": 3, "type": "array" }, "defaultAnswer": { "description": "Optional default text to pre-fill", "type": "string" }, "icon": { "description": "Optional icon to display", "enum": [ "note", "stop", "caution" ], "type": "string" }, "message": { "description": "Text to display in the prompt dialog", "type": "string" } }, "required": [ "message" ], "type": "object" }
Install Server

Other Tools from apple-notifier-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/turlockmike/apple-notifier-mcp'

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