ga4_list_account_summaries
List all Google Analytics 4 accounts and their child properties accessible to your service account, so you can identify the correct property_id for subsequent GA4 data queries.
Instructions
List every GA4 account and its child properties accessible to this service account.
CALL THIS FIRST to discover which property_id to pass into other tools. The SA only sees accounts/properties where its email has been explicitly added as a user.
Response: {"accounts": [{account, display_name, property_summaries: [...], ...}]}. Each property_summary has property, display_name, property_type, parent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |