read_slide
Extract all text from a presentation slide by its index, including title, bullet points, and text inside shapes or text boxes. Returns structured content for document analysis or editing.
Instructions
Read a slide's text content by 0-based index.
Returns {index, title, bullets, text}: `title` is the title placeholder,
`bullets` the body placeholder split into lines, and `text` every
non-empty string on the slide in z-order — including graphics-built text
boxes and shape labels (add_textbox/add_shape), which the placeholders
don't capture.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | ||
| doc_id | Yes |