Add Slides to PowerPoint
office_add_powerpoint_slidesAdd slides with titles, subtitles, and bullet points to an existing PowerPoint presentation.
Instructions
Add slides to an existing PowerPoint (.pptx) presentation.
Args:
filePath (string): Path to the existing presentation
slides (array of slide objects): Slides to add
Each slide can have:
title (string, optional): Slide title
subtitle (string, optional): Slide subtitle
content (array of strings, optional): Bullet points
Examples:
Use when: "Add a summary slide to the existing presentation"
Use when: "Append more slides to the quarterly report deck"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the existing PowerPoint file | |
| slides | Yes | Array of slides to add |