Google Super

GOOGLESUPER_GET_REPLY

Tool to get a specific reply to a comment on a file. Use when you need to retrieve the details of a particular reply.

Remote googlesuper

Other tools also called GOOGLESUPER_GET_REPLY? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "fileId": {
      "type": "string",
      "title": "File Id",
      "examples": [
        "1aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789"
      ],
      "description": "The ID of the file."
    },
    "replyId": {
      "type": "string",
      "title": "Reply Id",
      "examples": [
        "CCCCCCDDDDDD"
      ],
      "description": "The ID of the reply."
    },
    "commentId": {
      "type": "string",
      "title": "Comment Id",
      "examples": [
        "AAAAAABBBBBB"
      ],
      "description": "The ID of the comment."
    },
    "includeDeleted": {
      "type": "boolean",
      "title": "Include Deleted",
      "default": null,
      "nullable": true,
      "description": "Whether to return deleted replies. Deleted replies will not include their original content."
    }
  }
}