create_presentation
Build a PowerPoint .pptx from slide specifications: choose layouts, add titles, bullets, text boxes, tables, charts, pictures, notes, and transitions. Overwrites output file.
Instructions
Create a NEW PowerPoint deck from typed slide specs: layout, title, bullets, positioned text boxes, tables, charts, pictures, speaker notes, and transitions. Writes a new .pptx at output_path and overwrites any file already there. To change an existing deck slide by slide instead, use edit_presentation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slides | Yes | Slides to build (in order). | |
| options | No | Tool options. | |
| metadata | No | Optional document properties (title/author/...). | |
| output_path | Yes | Output .pptx path to create. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||