ga4_ list_ admin_ resources
List an allowlisted GA4 Admin collection in read-only mode: streams, custom definitions, key events, audiences, product links, annotations, channel groups…
List an allowlisted GA4 Admin collection in read-only mode: streams, custom definitions, key events, audiences, product links, annotations, channel groups, expanded datasets, subproperty/rollup configuration, and access bindings.
- Source
- Google Analytics 4
- Kind
- Read
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
propertyId- Endpoint
- https:/
/ mcp. getmcpads. com/ ga4/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
propertyId | string | Required | Numeric GA4 property ID or properties/{id}. |
collection | string | Required | One of: accessBindings, adSenseLinks, audiences, bigQueryLinks, calculatedMetrics, channelGroups, customDimensions, customMetrics, dataStreams, displayVideo360AdvertiserLinkProposals, displayVideo360AdvertiserLinks, expandedDataSets, firebaseLinks, googleAdsLinks, keyEvents, reportingDataAnnotations, rollupPropertySourceLinks, searchAds360Links, subpropertyEventFilters, subpropertySyncConfigs. |
pageSize | integer | Optional | Default: 200. |
includePersonalIdentifiers | boolean | Optional | Access bindings only. Explicitly include user/email identifiers; false redacts them by default. Default: false. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "ga4_list_admin_resources",
"args": {
"propertyId": "<string>",
"collection": "accessBindings"
}
}
}