macos_pick_file
Select files on macOS using a native file picker dialog. Specify file types, default locations, and custom prompts to retrieve file paths for system operations.
Instructions
Open a file picker dialog and return the selected file path. Returns 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']) |