For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedAPI reference
Get startedAPI reference
    • Overview
    • Quickstart
    • Model Context Protocol
  • Implementation guides
    • Tool Pack
    • Registered Users
    • MCP integration
    • Merge CLI
    • Link
    • Testing locally
  • Admin setup
    • User setup
    • Security rules
    • Authentication
    • Add OAuth credentials
  • Features
    • Magic Link
    • Remote MCP Server
    • Webhooks
    • Custom headers for MCP
  • Connectors
    • ActiveCampaign
    • Airtable
    • Amadeus
    • Amazon S3
    • Anaplan
    • Apollo
    • Articulate Reach 360
    • Asana
    • Aviationstack
    • BambooHR
    • Basecamp
    • bioRxiv
    • Bitbucket
    • Box
    • Calendly
    • Canva
    • ClickUp
    • ClinicalTrials.gov
    • Cloudflare
    • CMS Coverage
    • Confluence
    • Contentful
    • Databricks
    • Datadog
    • DocuSign
    • DoorDash
    • Dropbox
    • Duffel
    • Dynamics 365 Sales
    • Exa
    • Expensify
    • FactSet
    • Figma
    • Firecrawl
    • foursquare Foursquare
    • FreshBooks
    • Freshdesk
    • Freshservice
    • Front
    • Gamma
    • GitHub
    • GitLab
    • Gmail
    • Gong
    • Google BigQuery
    • Google Calendar
    • Google Docs
    • Google Drive
    • Google Maps
    • Google Meet
    • Google Sheets
    • Google Slides
    • Greenhouse
    • HiBob
    • HubSpot
    • Intercom
    • Jira
    • Jira Service Management
    • Klaviyo
    • Linear
    • LinkedIn
    • Make
    • Microsoft Teams
    • Miro
    • Monday.com
    • n8n
    • Notion
    • NPI Registry
    • OneDrive
    • OneNote
    • Oracle HCM
    • Outlook
    • PagerDuty
    • PayPal
    • Pipedrive
    • PubMed
    • Pylon
    • Quartr
    • QuickBooks Online
    • Ramp
    • Rootly
    • Salesforce.com logo A cloud computing company based in San Francisco, California, United States image/svg+xml Salesforce
    • SAP SuccessFactors
    • SendGrid
    • Sentry
    • ServiceNow
    • SharePoint
    • Shopify
    • Slack
    • Snowflake
    • Spotify
    • Square
    • Straker
    • Stripe
    • Teamwork.com
    • Trello
    • TripAdvisor
    • VisualPing
    • image/svg+xml SVG drawing This was produced by version 4.1 of GNU libplot, a free library for exporting 2-D vector graphics. Weather
    • Wikipedia
    • Workday
    • X
    • Yelp
    • image/svg+xml YouTube
    • golion-z-sourcefile-algaeZendesk
    • Zendesk Sell
    • Zoho CRM
    • Zoho Desk
    • Zoom
    • ZoomInfo
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
On this page
  • Available Tools
Connectors

Google Slides

Connect your AI agents to Google Slides.
Was this page helpful?
Previous

Google Sheets

Next

Greenhouse

Built with

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.