Google Super

GOOGLESUPER_LIST_KEY_EVENTS

Tool to list Key Events. Use when you need to retrieve all key event definitions for a given property.

Remote googlesuper

Other tools also called GOOGLESUPER_LIST_KEY_EVENTS? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "parent": {
      "type": "string",
      "title": "Parent",
      "examples": [
        "properties/123"
      ],
      "description": "Required. Resource name of the parent property. Format: properties/{property_id}."
    },
    "pageSize": {
      "type": "integer",
      "title": "Page Size",
      "default": null,
      "maximum": 200,
      "minimum": 1,
      "examples": [
        50
      ],
      "nullable": true,
      "description": "Optional. Maximum number of results to return. Must be between 1 and 200."
    },
    "pageToken": {
      "type": "string",
      "title": "Page Token",
      "default": null,
      "examples": [
        "token123"
      ],
      "nullable": true,
      "description": "Optional. Token for retrieving the next page of results."
    }
  }
}