Google Super

GOOGLESUPER_CREATE_REPLY

Tool to create a reply to a comment in Google Drive. Use when you need to respond to an existing comment on a file.

Remote googlesuper

Other tools also called GOOGLESUPER_CREATE_REPLY? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "action": {
      "type": "string",
      "title": "Action",
      "default": null,
      "examples": [
        "resolve"
      ],
      "nullable": true,
      "description": "The action the reply performed to the parent comment. Valid values are: resolve, reopen."
    },
    "fields": {
      "type": "string",
      "title": "Fields",
      "default": null,
      "examples": [
        "id,content"
      ],
      "nullable": true,
      "description": "Selector specifying which fields to include in a partial response."
    },
    "content": {
      "type": "string",
      "title": "Content",
      "examples": [
        "Thanks for the feedback!"
      ],
      "description": "The plain text content of the reply. HTML content is not supported."
    },
    "file_id": {
      "type": "string",
      "title": "File Id",
      "examples": [
        "1234567890abcdefghijklmnopqrstuvwxyz"
      ],
      "description": "The ID of the file."
    },
    "comment_id": {
      "type": "string",
      "title": "Comment Id",
      "examples": [
        "0987654321zyxwutsrqponmlkjihgfedcba"
      ],
      "description": "The ID of the comment."
    }
  }
}