Google Super
GOOGLESUPER_GET_COMMENT
Tool to get a comment by ID. Use when you need to retrieve a specific comment from a Google Drive file and have both the file ID and comment ID.
Remote googlesuper
Other tools also called GOOGLESUPER_GET_COMMENT?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"fileId": {
"type": "string",
"title": "File Id",
"examples": [
"1a2b3c4d5e6f7g8h9i0j"
],
"description": "The ID of the file."
},
"commentId": {
"type": "string",
"title": "Comment Id",
"examples": [
"11a22b33c44d55e66f77g88h99i00j"
],
"description": "The ID of the comment."
},
"includeDeleted": {
"type": "boolean",
"title": "Include Deleted",
"default": null,
"nullable": true,
"description": "Whether to return deleted comments. Deleted comments will not include their original content."
}
}
}