Get Presentation
get_presentationFetch presentation details by ID, including optional speaker notes, from Google Slides.
Instructions
Get details about a Google Slides presentation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| presentation_id | Yes | The ID of the presentation to retrieve. | |
| user_google_email | Yes | The user's Google email address. Required. | |
| include_speaker_notes | No | Also report each slide's speaker (presenter) notes and the object ID of the shape holding them. Pass True when you need to read or edit notes: that shape ID is the only valid target for insertText/deleteText on notes, and batch_update_presentation writes notes by deleting the shape's existing text and inserting new text. Defaults to False. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |