Create Google Slides Presentation
create_presentationGenerate a new Google Slides presentation with a specified title and user email. Automates slide creation for streamlined workflows.
Instructions
Create a new Google Slides presentation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | The title for the new presentation. Defaults to "Untitled Presentation". | Untitled Presentation |
| user_google_email | No | The user's Google email address for Slides access. If None, uses the current authenticated user from FastMCP context (auto-injected by middleware). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| title | Yes | ||
| message | Yes | ||
| success | Yes | ||
| userEmail | No | ||
| slideCount | Yes | ||
| presentationId | Yes | ||
| presentationUrl | Yes |