Skip to main content
Glama

edit_presentation

Modify PowerPoint presentations by adding slides, text, images, or tables to existing files through structured editing operations.

Instructions

Edit an existing PowerPoint presentation by adding slides or modifying content

Input Schema

NameRequiredDescriptionDefault
contentNoContent to add based on operation type
file_pathYesPath to the existing presentation file
operationYesType of edit operation
slide_indexNoSlide index to edit (1-based, optional for add_slide)

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content to add based on operation type", "properties": { "color": { "type": "string" }, "fontSize": { "type": "number" }, "height": { "type": "number" }, "text": { "type": "string" }, "title": { "type": "string" }, "width": { "type": "number" }, "x": { "type": "number" }, "y": { "type": "number" } }, "type": "object" }, "file_path": { "description": "Path to the existing presentation file", "type": "string" }, "operation": { "description": "Type of edit operation", "enum": [ "add_slide", "add_text", "add_image", "add_table" ], "type": "string" }, "slide_index": { "description": "Slide index to edit (1-based, optional for add_slide)", "type": "number" } }, "required": [ "file_path", "operation" ], "type": "object" }

Other Tools from PPT-MCP

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/guangxiangdebizi/PPT-MCP'

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