List layouts and masters
list_layoutsRetrieve a presentation's available layouts, masters, and notes master to get layout object IDs for adding slides.
Instructions
Lists the presentation's theme building blocks: layouts[] (objectId, name like TITLE_AND_BODY, displayName, masterObjectId), masters[] and the notesMasterObjectId. Layout object ids feed add_slide's layout_object_id; the Slides API cannot import a new theme or change the master set — themes are chosen in the UI, this tool only reads what the deck already has.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| presentation_id | Yes | The presentation id — the long id from the URL (docs.google.com/presentation/d/<presentationId>/edit) or from create_presentation output. |