Google Slides

Connect your AI agents to Google Slides.

Available Tools

create_image

Insert an image from a URL onto a page. The URL must be publicly accessible.

create_video

Insert a video (YouTube or Google Drive) onto a page. Requires video ID and source type.

replace_image

Replace an existing image with a new one from a URL. Maintains position and size.

create_line

Create a line or connector between two points. Supports straight, bent, and curved lines.

create_sheets_chart

Insert a chart from Google Sheets. Requires spreadsheet_id and chart_id. Can be linked or static.

create_presentation

Create a new Google Slides presentation with optional title. Returns the presentation ID and metadata.

get_presentation

Get a Google Slides presentation by ID. Returns full structure including slides, masters, and layouts.

batch_update_presentation

Apply multiple updates atomically to a presentation. Supports 43 request types including slides, shapes, text, tables.

create_shape

Create a shape on a page. Supports 100+ shape types including rectangles, arrows, flowchart elements.

create_text_box

Create a text box on a page. A text box is a shape optimized for text content with optional initial text.

update_shape_properties

Update shape visual properties like fill color, outline, and content alignment.

delete_object

Delete any page element (shape, image, table, etc.) by its object ID. This action cannot be undone.

create_slide

Create a new slide in a presentation with optional layout and position. Returns the slide object ID.

duplicate_slide

Duplicate an existing slide. The copy includes all elements and can be positioned at a specific index.

delete_slide

Delete a slide from a presentation by its object ID. This action cannot be undone.

update_slides_position

Reorder slides by moving them to a new position. Provide slide IDs in the desired order.

get_page

Get detailed information about a specific page including all elements. Works for slides, masters, layouts.

get_page_thumbnail

Get a thumbnail image of a page. Returns a URL to download the image (PNG format).

create_table

Create a table on a page with specified rows and columns. Use insert_text to add content to cells.

insert_table_rows

Insert rows into a table at a specific index. New rows copy structure from adjacent row.

insert_table_columns

Insert columns into a table at a specific index. New columns copy structure from adjacent column.

delete_table_row

Delete a row from a table by index. Content in the row is removed.

delete_table_column

Delete a column from a table by index. Content in the column is removed.

merge_table_cells

Merge a rectangular range of table cells. Content is combined into the top-left cell.

update_table_cell_properties

Update table cell properties like background color and content alignment.

insert_text

Insert text into a shape or table cell at a specific index. Use cell_location for table cells.

delete_text

Delete text from a shape or table cell. Specify start_index (inclusive) and end_index (exclusive).

replace_all_text

Find and replace all occurrences of text in a presentation. Optional case-sensitivity and page filtering.

update_text_style

Apply text formatting like bold, italic, font, size, and color to a text range.

update_paragraph_style

Update paragraph formatting like alignment, line spacing, and indentation for a text range.

create_paragraph_bullets

Add bullet or numbered list formatting to paragraphs in a text range. Choose from 15 bullet presets.