Google Drive
gd_list_replies
List replies to a specific comment on a file.
Remote node2flow/google-drive
Other tools also called gd_list_replies?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"fields": {
"type": "string",
"description": "Fields to include in response"
},
"_fields": {
"type": "string",
"description": "Alias for fields parameter"
},
"file_id": {
"type": "string",
"description": "The ID of the file"
},
"page_size": {
"type": "number",
"description": "Maximum results per page (1-100, default: 20)"
},
"comment_id": {
"type": "string",
"description": "The ID of the comment"
},
"page_token": {
"type": "string",
"description": "Pagination token from previous response"
},
"include_deleted": {
"type": "boolean",
"description": "Include deleted replies (default: false)"
}
}
}