list_slides
Retrieve all slides from a Google Slides presentation by providing the presentation ID to view and manage slide content.
Instructions
List all slides in 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"
}