Add Slide to Presentation
add_slideAdd a slide to a Google Slides presentation. Choose layout and insertion position to organize content effectively.
Instructions
Add a new slide to an existing Google Slides presentation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | Position to insert the slide (0-based). If not specified, appends to end. | |
| layout_id | No | ID of the layout to use for the new slide. | |
| presentation_id | Yes | The ID of the 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 | ||
| message | Yes | ||
| slideId | Yes | ||
| success | Yes | ||
| layoutId | No | ||
| userEmail | No | ||
| insertionIndex | No | ||
| presentationId | Yes | ||
| presentationUrl | Yes |