Skip to main content
Glama

PowerPoint MCP Server

by Ichigo3766

open-presentation

Open and create a backup of an existing PowerPoint presentation by saving it to a specified path. Ideal for managing and safeguarding presentation files during edits or updates.

Instructions

Opens an existing presentation and saves a copy to a new file for backup. Use this tool when the user requests to open a presentation that has already been created.

Input Schema

NameRequiredDescriptionDefault
output_pathNoPath where to save the presentation (optional)
presentation_nameYesName of the presentation to open

Input Schema (JSON Schema)

{ "properties": { "output_path": { "description": "Path where to save the presentation (optional)", "type": "string" }, "presentation_name": { "description": "Name of the presentation to open", "type": "string" } }, "required": [ "presentation_name" ], "type": "object" }

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/Ichigo3766/powerpoint-mcp'

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