create_presentation_with_slides
Create a full slide deck in one call by passing a title and slides, each using a template ID and content fields mapped to element roles.
Instructions
Create a presentation with slides in one call.
Each slide needs a template ID and content fields. Use list_templates to see all templates and their contentFields.
Content fields map to element roles - pass them directly: { template: "big-number", number: "42%", label: "Growth" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the presentation | |
| slides | Yes | Array of slides with template and content | |
| darkMode | No | Set to true for dark theme | |
| workspaceId | No | Workspace ID to create in (omit for personal) |