create_presentation
Create a Google Slides presentation by supplying a user email and title, and receive the new presentation's ID and URL for access.
Instructions
Create a new Google Slides presentation.
Args: user_google_email (str): The user's Google email address. Required. title (str): The title for the new presentation. Defaults to "Untitled Presentation".
Returns: str: Details about the created presentation including ID and URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Untitled Presentation | |
| user_google_email | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |