Create PowerPoint Presentation
office_create_powerpointCreate a PowerPoint presentation with slides that include titles, subtitles, and bullet points. Specify the file path and slide content to generate a .pptx file.
Instructions
Create a new PowerPoint (.pptx) presentation with slides containing titles, subtitles, and bullet content.
Args:
filePath (string): Path where the presentation will be created
slides (array of slide objects): Each slide has:
title (string, optional): Slide title
subtitle (string, optional): Slide subtitle
content (array of strings, optional): Bullet points for the slide
Examples:
Use when: "Create a presentation about the quarterly results"
Use when: "Generate a slide deck for the project kickoff meeting"
Use when: "Make a 5-slide summary presentation"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path for the new PowerPoint file (e.g., './presentation.pptx') | |
| slides | Yes | Array of slides to include in the presentation |