Get Presentation
get_presentationRetrieve details of a Google Slides presentation, including slide content, speaker notes, and geometry. Use to inspect deck structure before editing.
Instructions
Get details about a Google Slides presentation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| presentation_id | Yes | The ID of the presentation to retrieve. | |
| include_geometry | No | Also list each slide's elements with their placement - transform (translate, and scale/shear when not identity) and intrinsic size, in raw EMU. Set this when adding slides to an existing deck so new elements can match its established margins and content width. Defaults to False. | |
| 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 |