generate_powerpoint_presentation
Create PowerPoint presentations with custom slides, charts, tables, and themes using Microsoft 365 data. Generate professional presentations for business, education, or reporting needs.
Instructions
Create professional PowerPoint presentations with custom slides, charts, tables, and themes from Microsoft 365 data.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: create new presentation, get existing, list all, or export to format | |
| fileName | No | Name for the new presentation file (for create action) | |
| driveId | No | OneDrive/SharePoint drive ID where file should be created (default: user's OneDrive) | |
| folderId | No | Folder ID within the drive (default: root) | |
| template | No | Template configuration for presentation styling | |
| slides | No | Array of slide definitions to create | |
| fileId | No | File ID for get/export actions | |
| format | No | Export format (for export action) | |
| filter | No | OData filter for list action | |
| top | No | Number of results to return (for list action) |