Google Slides MCP integration for AI agents.
Connect AI agents to Google Slides through 7 structured actions, including get page thumbnail2, create presentation, and presentations copy from template. Re…
- ACTION CONTRACTS
- 7
- AUTHENTICATION
- OAuth 2.0
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the Google Slides integration exposes
The Google Slides Agent App exposes 7 provider-backed actions for productivity and design work. Its current contract lets an authorized agent generate a thumbnail for a google slides page. returns a temporary content url plus thumbnail dimensions when google provides them, create a blank google slides presentation. optional locale, page size, and presentation id values are forwarded when provided, and copy an existing google slides presentation through google drive so the new presentation preserves the original themes, masters, and layouts. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses OAuth 2.0. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected Google Slides account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real Google Slides capabilities.
Showing 7 of 7 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
get_page_thumbnail2READGenerate a thumbnail for a Google Slides page. Returns a temporary content URL plus thumbnail dimensions when Google provides them.
INPUTS: presentationId / pageObjectId / thumbnailProperties
create_presentationWRITECreate a blank Google Slides presentation. Optional locale, page size, and presentation ID values are forwarded when provided.
INPUTS: title / locale / pageSize / presentationId
presentations_copy_from_templateREVIEWCopy an existing Google Slides presentation through Google Drive so the new presentation preserves the original themes, masters, and layouts.
INPUTS: templatePresentationId / newTitle / parentFolderId
presentations_batch_updateWRITEApply raw Google Slides batchUpdate requests to a presentation.
INPUTS: presentationId / requests / writeControl
presentations_getREADRetrieve a Google Slides presentation by presentation ID, or search Google Drive by exact presentation title first and then fetch the presentation.
presentations_pages_getREADRetrieve a specific page from a Google Slides presentation, including its page elements and page-specific properties.
INPUTS: presentationId / pageObjectId
presentations_pages_get_thumbnailREADCompatibility alias for get_page_thumbnail2. Generates a thumbnail for a Google Slides page.
INPUTS: presentationId / pageObjectId / thumbnailProperties
INPUT CONTRACTS
Know what the action needs before it runs.
get_page_thumbnail2
presentationIdREQUIRED- The presentation ID.
pageObjectIdREQUIRED- The page object ID.
thumbnailPropertiesOPTIONAL- Thumbnail generation properties.
create_presentation
titleOPTIONAL- The title of the presentation. If omitted, Google uses a default title.
localeOPTIONAL- The locale of the presentation, such as en-US or ja-JP.
pageSizeOPTIONAL- The page size of the presentation.
presentationIdOPTIONAL- The explicit presentation ID to create, when supported.
presentations_copy_from_template
templatePresentationIdREQUIRED- The presentation ID of the template presentation.
newTitleOPTIONAL- The title for the copied presentation.
parentFolderIdOPTIONAL- The destination Google Drive folder ID for the copied presentation.
presentations_batch_update
presentationIdREQUIRED- The presentation ID.
requestsREQUIRED- An array of JSON-like objects.
writeControlOPTIONAL- Write control options for a Slides batch update.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Get Page Thumbnail2
Generate a thumbnail for a Google Slides page. Returns a temporary content URL plus thumbnail dimensions when Google provides them. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
get_page_thumbnail2Control Create Presentation
Create a blank Google Slides presentation. Optional locale, page size, and presentation ID values are forwarded when provided. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.
create_presentationVerify with Presentations Get
Retrieve a Google Slides presentation by presentation ID, or search Google Drive by exact presentation title first and then fetch the presentation. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
presentations_getSAFETY BOUNDARY
Operate Google Slides with explicit limits
- Authorize Google Slides with OAuth 2.0 and grant only the provider access required by the selected actions.
- 2 actions are change-capable by name. Confirm the target identity and material parameters before allowing a write.
- Do not infer permission from catalog visibility. Workspace policy, connection identity, and upstream authorization still govern execution.
- The sampled contract declares provider scopes including `https://www.googleapis.com/auth/presentations`, `https://www.googleapis.com/auth/drive`, `https://www.googleapis.com/auth/presentations.readonly`, and `https://www.googleapis.com/auth/drive.readonly`; verify the complete action contract before execution.
- After a call, inspect the structured result and execution record before reporting that the Google Slides task completed successfully.
CONNECTION MODEL
OAuth 2.0
Google Slides uses OAuth 2.0. Connection requirements and availability are determined by the provider and the Working Machines deployment.
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 4
- WRITE SIGNALS
- 2
- HIGH IMPACT
- 0
- REVIEW SIGNALS
- 1
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by Google Slides.