keynote_export_all_slides
Export all slides from a Keynote presentation as PNG images to a temporary directory, then read the file paths to visually analyze each slide.
Instructions
Export all slides as PNG images to /tmp/keynote-mcp-export/. Returns the list of file paths. Use Read on each path to visually analyze slides.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_index | No | Document index (0-based). Defaults to 0 (frontmost). |