read_presentation_comments
Extract and review all comments from a Google Slides presentation to enhance collaboration and feedback analysis. Requires user email and presentation ID for access.
Instructions
Read all comments from a Google Presentation.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
presentation_id | Yes | ||
user_google_email | Yes |
Input Schema (JSON Schema)
{
"properties": {
"presentation_id": {
"title": "Presentation Id",
"type": "string"
},
"user_google_email": {
"title": "User Google Email",
"type": "string"
}
},
"required": [
"user_google_email",
"presentation_id"
],
"type": "object"
}