select_file
Open a native file picker dialog to select files, filter by type, set a default directory, or allow multiple selections. Used for file management in Apple-notifier-mcp.
Instructions
Open native file picker dialog
Input Schema
Name | Required | Description | Default |
---|---|---|---|
defaultLocation | No | Optional default directory path | |
fileTypes | No | Optional file type filter (e.g., {"public.image": ["png", "jpg"]}) | |
multiple | No | Whether to allow multiple selection | |
prompt | No | Optional prompt message |