create_presentation
Create a new empty slide deck by providing a title, optional dark theme, and workspace target. Use it to start a blank presentation you can later fill with slides.
Instructions
Create a new empty presentation. Use create_presentation_with_slides for efficiency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the presentation | |
| darkMode | No | Set to true for dark theme, false for light theme | |
| workspaceId | No | Workspace ID to create in (omit for personal) |