Google Super

GOOGLESUPER_LIST_ROLLUP_PROPERTIES

Tool to list roll-up GA4 properties accessible to the caller. Use when you need to identify roll-up properties across all accessible accounts.

Remote googlesuper

Other tools also called GOOGLESUPER_LIST_ROLLUP_PROPERTIES? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "pageSize": {
      "type": "integer",
      "title": "Page Size",
      "default": null,
      "maximum": 200,
      "minimum": 1,
      "examples": [
        50
      ],
      "nullable": true,
      "description": "Optional. Maximum number of account summaries to return; must be between 1 and 200."
    }
  }
}