Skip to main content
Glama

apple-notifier-mcp

by turlockmike

select_file

Open a native file picker dialog to select files with options for custom prompts, default directory, file type filters, and multiple selections on macOS devices.

Instructions

Open native file picker dialog

Input Schema

NameRequiredDescriptionDefault
defaultLocationNoOptional default directory path
fileTypesNoOptional file type filter (e.g., {"public.image": ["png", "jpg"]})
multipleNoWhether to allow multiple selection
promptNoOptional prompt message

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "defaultLocation": { "description": "Optional default directory path", "type": "string" }, "fileTypes": { "additionalProperties": { "items": { "type": "string" }, "type": "array" }, "description": "Optional file type filter (e.g., {\"public.image\": [\"png\", \"jpg\"]})", "type": "object" }, "multiple": { "description": "Whether to allow multiple selection", "type": "boolean" }, "prompt": { "description": "Optional prompt message", "type": "string" } }, "type": "object" }

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