Add Slide
add_slideAdd a new slide to an open PowerPoint presentation, specifying position and layout (title, text, etc.) for real-time editing.
Instructions
Add a new slide to an open presentation.
Args: presentation: Presentation name or path (None = active presentation). index: 1-based position to insert at (None = append at the end). layout: One of "title", "text", "two_content", "title_only", "blank" (default: "text").
Returns: JSON with the new slide's index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | ||
| layout | No | text | |
| presentation | No |