macos_pick_files
Select multiple files from macOS using a system file picker dialog. Specify file types, default locations, and custom prompts for precise file selection.
Instructions
Open a file picker dialog allowing multiple selection. Returns array of paths or null if cancelled.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | No | Dialog prompt text | |
| defaultLocation | No | Default directory to open in | |
| fileTypes | No | Allowed file extensions (e.g., ['txt', 'md', 'pdf']) |