create_presentation
Create Google Slides presentations within a secure Google Workspace environment. Specify title and user email to generate new presentations with controlled 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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | ||
| title | No | Untitled Presentation |