Google Slides
Available Tools
Insert an image from a URL onto a page. The URL must be publicly accessible.
Insert a video (YouTube or Google Drive) onto a page. Requires video ID and source type.
Replace an existing image with a new one from a URL. Maintains position and size.
Create a line or connector between two points. Supports straight, bent, and curved lines.
Insert a chart from Google Sheets. Requires spreadsheet_id and chart_id. Can be linked or static.
Create a new Google Slides presentation with optional title. Returns the presentation ID and metadata.
Get a Google Slides presentation by ID. Returns full structure including slides, masters, and layouts.
Apply multiple updates atomically to a presentation. Supports 43 request types including slides, shapes, text, tables.
Create a shape on a page. Supports 100+ shape types including rectangles, arrows, flowchart elements.
Create a text box on a page. A text box is a shape optimized for text content with optional initial text.
Update shape visual properties like fill color, outline, and content alignment.
Delete any page element (shape, image, table, etc.) by its object ID. This action cannot be undone.
Create a new slide in a presentation with optional layout and position. Returns the slide object ID.
Duplicate an existing slide. The copy includes all elements and can be positioned at a specific index.
Delete a slide from a presentation by its object ID. This action cannot be undone.
Reorder slides by moving them to a new position. Provide slide IDs in the desired order.
Get detailed information about a specific page including all elements. Works for slides, masters, layouts.
Get a thumbnail image of a page. Returns a URL to download the image (PNG format).
Create a table on a page with specified rows and columns. Use insert_text to add content to cells.
Insert rows into a table at a specific index. New rows copy structure from adjacent row.
Insert columns into a table at a specific index. New columns copy structure from adjacent column.
Delete a row from a table by index. Content in the row is removed.
Delete a column from a table by index. Content in the column is removed.
Merge a rectangular range of table cells. Content is combined into the top-left cell.
Update table cell properties like background color and content alignment.
Insert text into a shape or table cell at a specific index. Use cell_location for table cells.
Delete text from a shape or table cell. Specify start_index (inclusive) and end_index (exclusive).
Find and replace all occurrences of text in a presentation. Optional case-sensitivity and page filtering.
Apply text formatting like bold, italic, font, size, and color to a text range.
Update paragraph formatting like alignment, line spacing, and indentation for a text range.
Add bullet or numbered list formatting to paragraphs in a text range. Choose from 15 bullet presets.