Powerpoint MCP Server

create-presentation

This tool starts the process of generating a new powerpoint presentation with the name given by the user. Use this tool when the user requests to create or generate a new presentation.

Input Schema

NameRequiredDescriptionDefault
nameYesName of the presentation (without .pptx extension)

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Name of the presentation (without .pptx extension)", "type": "string" } }, "required": [ "name" ], "type": "object" }