Google Super

GOOGLESUPER_GET_KEY_EVENT

Tool to retrieve a Key Event. Use after confirming the key event resource name.

Remote googlesuper

Other tools also called GOOGLESUPER_GET_KEY_EVENT? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "title": "Name",
      "pattern": "^properties/[^/]+/keyEvents/[^/]+$",
      "examples": [
        "properties/123/keyEvents/456"
      ],
      "description": "Required. Resource name of the Key Event to retrieve. Format: properties/{property}/keyEvents/{keyEvent}."
    }
  }
}