apple-notifier-mcp

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

You must be authenticated.

Other Tools from apple-notifier-mcp

Related Tools

ID: t1w1dq4wy4