productivity
Google Slides MCP, CLI, and Lua Integration for AI Agents
Google Slides integration docs for AI agents: MCP gateway setup, Google Slides CLI commands, Lua API reference, credentials, and function schemas.Google Slides for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
google-slides.google_slides_presentations_get | Read read | 0 | Presentations Get (GET /v1/presentations/{+presentationId}). |
google-slides.google_slides_presentations_create | Write write | 0 | Presentations Create (POST /v1/presentations). |
google-slides.google_slides_presentations_batch_update | Write write | 0 | Presentations Batch Update (POST /v1/presentations/{presentationId}:batchUpdate). |
google-slides.google_slides_presentations_pages_get | Read read | 0 | Presentations Pages Get (GET /v1/presentations/{presentationId}/pages/{pageObjectId}). |
google-slides.google_slides_presentations_pages_get_thumbnail | Read read | 0 | Presentations Pages Get Thumbnail (GET /v1/presentations/{presentationId}/pages/{pageObjectId}/thumbnail). |