Skip to main content
Glama

create_presentation

Generate a new PowerPoint presentation with custom title, slide count, and template style for structured content delivery.

Instructions

Create a new PowerPoint presentation with specified title and number of slides

Input Schema

NameRequiredDescriptionDefault
output_pathNoOutput file path (optional, defaults to current directory)
slidesNoNumber of slides to create (default: 1)
templateNoPresentation template stylebasic
titleYesTitle of the presentation

Input Schema (JSON Schema)

{ "properties": { "output_path": { "description": "Output file path (optional, defaults to current directory)", "type": "string" }, "slides": { "default": 1, "description": "Number of slides to create (default: 1)", "type": "number" }, "template": { "default": "basic", "description": "Presentation template style", "enum": [ "basic", "professional", "modern" ], "type": "string" }, "title": { "description": "Title of the presentation", "type": "string" } }, "required": [ "title" ], "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