Skip to main content
Glama

Powerpoint MCP Server

create-presentation

Generate a new PowerPoint presentation by specifying its name. This tool simplifies the process of creating presentations through straightforward commands.

Instructions

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" }

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/supercurses/powerpoint'

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