PowerPoint MCP Server

by Ichigo3766
Verified

add-slide-title-only

Add a title slide to a PowerPoint presentation by specifying the presentation name and slide title. Simplifies slide creation for presentations in the MCP PowerPoint Server.

Instructions

This tool adds a new title slide to the presentation you are working on. The tool doesn't return anything. It requires the presentation_name to work on.

Input Schema

NameRequiredDescriptionDefault
presentation_nameYesName of the presentation to add the slide to
titleYesTitle of the slide

Input Schema (JSON Schema)

{ "properties": { "presentation_name": { "description": "Name of the presentation to add the slide to", "type": "string" }, "title": { "description": "Title of the slide", "type": "string" } }, "required": [ "presentation_name", "title" ], "type": "object" }
ID: 0fii9lc4bq