finder_quick_look_file
Preview macOS files instantly using Quick Look functionality by specifying the file path via AppleScript integration with the MCP server.
Instructions
[Finder and file operations] Preview a file using Quick Look
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes | File path to preview |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"description": "File path to preview",
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
}