create_presentation
Create a new empty Google Slides presentation with a single blank slide. Specify the user's Google email and optionally set a title.
Instructions
Create a new empty Google Slides presentation.
Side effects: creates a new Slides file owned by the user in My Drive root. The new deck contains one default blank slide. To add more slides use batch_update_presentation with createSlide; to duplicate an existing deck use copy_drive_file. Requires the presentations OAuth scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | The user's Google email address (authenticated account). | |
| title | No | Display title for the new deck. Default "Untitled Presentation". | Untitled Presentation |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |