Google Super
GOOGLESUPER_LIST_REPLIES_TO_COMMENT
Tool to list replies to a comment in Google Drive. Use this when you need to retrieve all replies associated with a specific comment on a file.
Remote googlesuper
Other tools also called GOOGLESUPER_LIST_REPLIES_TO_COMMENT?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"fields": {
"type": "string",
"title": "Fields",
"default": "*",
"nullable": true,
"description": "Selector specifying which fields to include in a partial response. Use '*' for all fields or e.g. 'replies(id,content),nextPageToken'"
},
"file_id": {
"type": "string",
"title": "File Id",
"examples": [
"12345abcdef"
],
"description": "The ID of the file."
},
"page_size": {
"type": "integer",
"title": "Page Size",
"default": null,
"maximum": 100,
"minimum": 1,
"nullable": true,
"description": "The maximum number of replies to return per page."
},
"comment_id": {
"type": "string",
"title": "Comment Id",
"examples": [
"67890ghijkl"
],
"description": "The ID of the comment."
},
"page_token": {
"type": "string",
"title": "Page Token",
"default": null,
"nullable": true,
"description": "The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response."
},
"include_deleted": {
"type": "boolean",
"title": "Include Deleted",
"default": false,
"nullable": true,
"description": "Whether to include deleted replies. Deleted replies will not include their original content."
}
}
}