Skip to main content
Glama

Google Slides MCP Server

create_slide

Add a new slide to your Google Slides presentation by specifying the presentation ID and optional position for insertion.

Instructions

Create a new slide in a Google Slides presentation

Input Schema

NameRequiredDescriptionDefault
insertionIndexNoPosition where to insert the slide (optional, defaults to 0)
presentationIdYesThe ID of the Google Slides presentation

Input Schema (JSON Schema)

{ "properties": { "insertionIndex": { "description": "Position where to insert the slide (optional, defaults to 0)", "type": "number" }, "presentationId": { "description": "The ID of the Google Slides presentation", "type": "string" } }, "required": [ "presentationId" ], "type": "object" }

Other Tools from Google Slides MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/vamsikiran353-gif/google-slides-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server