Google Super

GOOGLESUPER_GET_PROPERTY_QUOTAS_SNAPSHOT

Tool to retrieve all property quotas organized by category for a given property. Use when you need to check current quota usage for a GA4 property.

Remote googlesuper

Other tools also called GOOGLESUPER_GET_PROPERTY_QUOTAS_SNAPSHOT? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "property": {
      "type": "string",
      "title": "Property",
      "examples": [
        "properties/1234"
      ],
      "description": "Required. The property resource. Format: properties/{property_id}."
    }
  }
}