Google Slides
Overview
SLUG: GOOGLESLIDES
Description
Google Slides is a cloud-based presentation editor with real-time collaboration, template gallery, and integration with other Google Workspace apps
Authentication Details
OAuth2
Bearer Token
Connecting to Google Slides
Create an auth config
Use the dashboard to create an auth config for the Google Slides toolkit. This allows you to connect multiple Google Slides accounts to Composio for agents to use.
Select App
Navigate to [Google Slides](https://platform.composio.dev?next_page=/marketplace/Google Slides).
Create and Get auth config ID
Click “Create Google Slides Auth Config”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using OAuth2
Using Bearer Token
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the [Google Slides toolkit’s playground](https://app.composio.dev/app/Google Slides)
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
GOOGLESLIDES_CREATE_SLIDES_MARKDOWN
Tool Name: Create Slides from Markdown
Description
Action Parameters
Action Response
GOOGLESLIDES_PRESENTATIONS_BATCH_UPDATE
Tool Name: Update Presentation (Batch/Markdown)
Description
Action Parameters
Action Response
GOOGLESLIDES_PRESENTATIONS_CREATE
Tool Name: Create Google Slides Presentation
Description
Action Parameters
Action Response
GOOGLESLIDES_PRESENTATIONS_GET
Tool Name: Get Presentation
Description
Action Parameters
Action Response
GOOGLESLIDES_PRESENTATIONS_PAGES_GET
Tool Name: Get Presentation Page
Description
Action Parameters
Action Response
GOOGLESLIDES_PRESENTATIONS_PAGES_GET_THUMBNAIL
Tool Name: Get Page Thumbnail
Description
Action Parameters
Action Response