Skip to main content
Glama

Google Slides MCP Server

add_rectangle

Add a rectangle shape to Google Slides presentations with customizable position and size, defaulting to 20% of slide dimensions for quick visual element insertion.

Instructions

Add a rectangle to a slide with 20% of slide dimensions

Input Schema

NameRequiredDescriptionDefault
heightNoHeight of the rectangle (optional, defaults to 20% of slide height)
presentationIdYesThe ID of the Google Slides presentation
slideIdYesThe ID of the slide to add the rectangle to
widthNoWidth of the rectangle (optional, defaults to 20% of slide width)
xNoX position of the rectangle (optional, defaults to center)
yNoY position of the rectangle (optional, defaults to center)

Input Schema (JSON Schema)

{ "properties": { "height": { "description": "Height of the rectangle (optional, defaults to 20% of slide height)", "type": "number" }, "presentationId": { "description": "The ID of the Google Slides presentation", "type": "string" }, "slideId": { "description": "The ID of the slide to add the rectangle to", "type": "string" }, "width": { "description": "Width of the rectangle (optional, defaults to 20% of slide width)", "type": "number" }, "x": { "description": "X position of the rectangle (optional, defaults to center)", "type": "number" }, "y": { "description": "Y position of the rectangle (optional, defaults to center)", "type": "number" } }, "required": [ "presentationId", "slideId" ], "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