PowerPoint MCP Server

by Ichigo3766
Verified

save-presentation

Save a PowerPoint presentation to a file using specified name and optional output path. Used to finalize changes after adding or modifying slides in the presentation.

Instructions

Save the presentation to a file. Always use this tool at the end of any process that has added slides to a presentation.

Input Schema

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

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 save", "type": "string" } }, "required": [ "presentation_name" ], "type": "object" }
ID: 0fii9lc4bq