add_presentation_slide
Add a slide to a PowerPoint presentation with specified layout, title, and content.
Instructions
Add a slide to a PowerPoint presentation.
Args: path: Path to the .pptx file layout_index: Slide layout index (0=Title, 1=Title+Content, 6=Blank) title: Slide title content: Slide body content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| title | No | ||
| content | No | ||
| layout_index | No |