Google Slides
Create, read, and manipulate Google Slides presentations — add slides, images, shapes, tables, text, and thumbnails
Usage Instructions
Integrate Google Slides into your workflow to programmatically create and edit presentations.
Tools
google_slides_read
Read the content and metadata of a Google Slides presentation.
google_slides_write
Write or update content in a Google Slides presentation.
google_slides_create
Create a new Google Slides presentation from scratch.
google_slides_replace_all_text
Replace all occurrences of specific text throughout a presentation.
google_slides_add_slide
Add a new slide to an existing presentation.
google_slides_get_thumbnail
Get a thumbnail image for a slide in a presentation.
google_slides_add_image
Add an image to a slide in a presentation.
google_slides_get_page
Get the properties and content of a specific page/slide.
google_slides_delete_object
Delete a specific object (shape, text box, image) from a slide.
google_slides_duplicate_object
Duplicate an existing object on a slide.
google_slides_update_slides_position
Reorder slides within a presentation.
google_slides_create_table
Create a table on a slide.
google_slides_create_shape
Create a shape (rectangle, circle, arrow, etc.) on a slide.
google_slides_insert_text
Insert text into a shape or text box on a slide.

