Get Speaker Notes
get_speaker_notesRetrieve speaker notes for a specific slide in an open PowerPoint presentation. Specify the slide index to get the notes text, or an empty string if none exist.
Instructions
Read the speaker notes for a slide.
Args: presentation: Presentation name or path (None = active presentation). slide_index: 1-based slide index (required).
Returns: JSON with the notes text (empty string if there are none).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slide_index | No | ||
| presentation | No |