Get Presentation Information
get_presentation_infoRetrieve title, slide count, and metadata from a Google Slides presentation by providing its ID.
Instructions
Get details about a Google Slides presentation including title, slides count, and metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| presentation_id | Yes | The ID of the presentation to retrieve. | |
| 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 | ||
| slides | Yes | ||
| pageSize | Yes | Structure for page size information. | |
| userEmail | No | ||
| slideCount | Yes | ||
| presentationId | Yes | ||
| presentationUrl | Yes |