get_slides_speaker_notes
Retrieve speaker notes from a slide in Google Slides. Use for auditing notes or reviewing content per slide.
Instructions
Read the speaker notes text from a single slide.
Returns the plain-text contents of the slide's speaker-notes pane (the area
shown to the presenter in Presenter View, hidden from the audience). Useful
for auditing/exporting notes, reviewing coverage per slide, or piping into
transcripts. To modify notes, use update_slides_speaker_notes.
Requires OAuth scope: https://www.googleapis.com/auth/presentations.readonly
(or broader). Read-only — safe to call repeatedly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | ||
| presentation_id | Yes | Google Slides presentation ID (from the URL after `/d/`). | |
| page_object_id | No | Object ID of the target slide. Either this OR `slide_index` is required. Get it from `get_presentation.slides[].objectId`. Preferred over `slide_index` because object IDs are stable across slide reordering. | |
| slide_index | No | 0-based position of the slide in the deck. Used only if `page_object_id` is not provided. Index 0 = first slide. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |