Docs & notes
Google Slides
Read and edit Google Slides decks.
Google Slides is a cloud-based presentation editor with real-time collaboration, template gallery, and integration with other Google Workspace apps
Triggers1
Things that can wake up your Google Slides coworker.
- New Slide Added
Fires when a new slide is added to a Google Slides presentation.
GOOGLESLIDES_SLIDE_ADDED_TRIGGER
Actions6
Things your coworker can do in Google Slides.
- Create Google Slides Presentation
Tool to create a blank Google Slides presentation. Use when you need to initialize a new presentation with a specific title, locale, or page size.
GOOGLESLIDES_CREATE_PRESENTATION - Create Slides from Markdown
Creates a new Google Slides presentation from Markdown text. Automatically splits content into slides using '---' separators and applies appropriate templates based on content structure.
GOOGLESLIDES_CREATE_SLIDES_MARKDOWN - Update Presentation (Batch/Markdown)
Update Google Slides presentations using markdown content or raw API text. Supports professional themes, auto-formatting, and multiple slide types (title, bullet, table, quote, image, two-column).
GOOGLESLIDES_PRESENTATIONS_BATCH_UPDATE - Copy Google Slides from Template
Tool to create a new Google Slides presentation by duplicating an existing template deck via Drive file copy. Use when you need to preserve themes, masters, and layouts exactly as they appear in the template. After copying, use GOOGLESLIDES_PRESENTATIONS_BATCH_UPDATE to replace placeholder text or images.
GOOGLESLIDES_PRESENTATIONS_COPY_FROM_TEMPLATE - Get Presentation
Tool to retrieve the latest version of a presentation. Use after obtaining the presentation ID.
GOOGLESLIDES_PRESENTATIONS_GET - Get Presentation Page
Tool to get the latest version of a specific page in a presentation. Use when you need to inspect slide, layout, master, or notes page details.
GOOGLESLIDES_PRESENTATIONS_PAGES_GET