Prerequisites
- A Google account with Google Slides and Drive access
- A Google Workspace connection in AgentRuntime (OAuth via the Google account card on Connections)
- project_contributor access in your workspace
Connect in AgentRuntime
1
Connect Google
On Connections, use the Google account card and complete OAuth. See Google Workspace setup and Connections.
2
Enable Slides
On your Google connection, enable the Slides service so the account exposes Slides and Drive API scopes.
3
Add google-slides MCP instance
Go to MCP, click Add instance for google-slides. Open Instance config, wire your Google connection, and set the profile active.
4
Test in a workflow
Smoke-test with mcp_call in Workflow Studio. Test with
find_presentations or get_presentation on a known deck before production workflows.What you can build
- QBR deck from metrics — google-sheets export → LLM bullet points →
generate_from_templatewith{{Quarter}}placeholders →refresh_sheets_chartsfor live charts. - Sales proposal pack — CRM webhook →
generate_from_templatefrom master deck → google-driveadd_permissionfor AE → gmail sendpresentation_url. - Training slide append — New module content from CMS →
get_presentation→add_slidewithTITLE_AND_BODY→replace_textfor section title. - Brand refresh sweep —
find_presentationsby folder query →replace_textold product name → log updated IDs in google-sheets.