Powerpoint MCP Server

add-slide-section-header

This tool adds a section header (a.k.a segue) 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
headerYesSection header title
presentation_nameYesName of the presentation to add the slide to
subtitleNoSection header subtitle

Input Schema (JSON Schema)

{ "properties": { "header": { "description": "Section header title", "type": "string" }, "presentation_name": { "description": "Name of the presentation to add the slide to", "type": "string" }, "subtitle": { "description": "Section header subtitle", "type": "string" } }, "required": [ "presentation_name", "header" ], "type": "object" }