get_presentation_info
Retrieve detailed information about a Google Slides presentation using its unique ID to access presentation content and structure.
Instructions
Get information about a Google Slides presentation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
presentationId | Yes | The ID of the Google Slides presentation |
Input Schema (JSON Schema)
{
"properties": {
"presentationId": {
"description": "The ID of the Google Slides presentation",
"type": "string"
}
},
"required": [
"presentationId"
],
"type": "object"
}