Update Slide Content
update_slide_contentApply batch update operations to modify content on a specific Google Slides slide. Send a list of update requests to alter text, images, or other elements.
Instructions
Update content on a specific slide using batch update operations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requests | Yes | List of update requests to apply. | |
| presentation_id | Yes | The ID of the presentation to update. | |
| 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 | ||
| replies | Yes | ||
| success | Yes | ||
| userEmail | No | ||
| replyCount | Yes | ||
| requestCount | Yes | ||
| presentationId | Yes | ||
| presentationUrl | Yes |