Google Drive

gd_list_comments

List comments on a file. Returns comment text, author, timestamps, resolved status, and inline replies.

Remote node2flow/google-drive

Other tools also called gd_list_comments? 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)"
    },
    "page_token": {
      "type": "string",
      "description": "Pagination token from previous response"
    },
    "include_deleted": {
      "type": "boolean",
      "description": "Include deleted comments (default: false)"
    },
    "start_modified_time": {
      "type": "string",
      "description": "Only return comments modified after this time (RFC3339)"
    }
  }
}