Google Drive

gd_create_reply

Reply to a comment on a file. Optionally resolve the comment thread with action="resolve".

Remote node2flow/google-drive

Other tools also called gd_create_reply? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "action": {
      "type": "string",
      "description": "Action to perform: \"resolve\" (resolve the comment thread) or \"reopen\" (reopen a resolved thread)"
    },
    "content": {
      "type": "string",
      "description": "The reply text (plain text)"
    },
    "file_id": {
      "type": "string",
      "description": "The ID of the file"
    },
    "comment_id": {
      "type": "string",
      "description": "The ID of the comment to reply to"
    }
  }
}