keynote_get_slide
Retrieve the complete element tree of a Keynote slide, including text boxes, images, and shapes with their properties, to analyze slide structure before making edits.
Instructions
Get the full element tree for a single slide: all text boxes, images, and shapes with their position, size, font, and color. Use this to understand the structure of a slide before editing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_index | No | Document index (0-based). Defaults to 0 (frontmost). | |
| slide_index | Yes | Slide index (0-based). |