Google Drive
GOOGLEDRIVE_DELETE_REPLY
Tool to delete a specific reply by reply id. use when you need to remove a reply from a comment on a file.
Remote googledrive
Other tools also called GOOGLEDRIVE_DELETE_REPLY?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"file_id": {
"type": "string",
"title": "File Id",
"examples": [
"1ZdR3L3Kek7szY1j11SQZ9A_00up1j2xG"
],
"description": "The ID of the file."
},
"reply_id": {
"type": "string",
"title": "Reply Id",
"examples": [
"AAAA_example_reply_id"
],
"description": "The ID of the reply."
},
"comment_id": {
"type": "string",
"title": "Comment Id",
"examples": [
"AAAA_example_comment_id"
],
"description": "The ID of the comment."
}
}
}