Google Super

GOOGLESUPER_LIST_ACCOUNTS

Tool to list all Accounts accessible by the caller. Use when you need to enumerate all Google Analytics accounts your credentials can access.

Remote googlesuper

Other tools also called GOOGLESUPER_LIST_ACCOUNTS? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "pageSize": {
      "type": "integer",
      "title": "Page Size",
      "default": null,
      "minimum": 1,
      "examples": [
        100
      ],
      "nullable": true,
      "description": "Optional. Maximum number of accounts to return. Must be ≥1."
    },
    "pageToken": {
      "type": "string",
      "title": "Page Token",
      "default": null,
      "examples": [
        "token123"
      ],
      "nullable": true,
      "description": "Optional. Token for retrieving the next page of results."
    },
    "showDeleted": {
      "type": "boolean",
      "title": "Show Deleted",
      "default": null,
      "nullable": true,
      "description": "Optional. Whether to include soft-deleted (trashed) Accounts."
    }
  }
}