Get Slide Text
get_slide_textExtract all text from a PowerPoint slide, including title and body shapes, as JSON. Specify presentation and slide index to retrieve content.
Instructions
Read all text on a slide — the title plus every other text-bearing shape.
Args: presentation: Presentation name or path (None = active presentation). slide_index: 1-based slide index (required).
Returns: JSON with the title and a list of body text strings, in shape order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slide_index | No | ||
| presentation | No |