List GA4 Properties
ga4_list_propertiesList Google Analytics 4 properties accessible via a configured connection to find the property ID needed for running reports.
Instructions
List every Google Analytics 4 property the connected Google account can access.
Args:
connection (string): Name of a configured Google connection (see list_connections)
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns property IDs needed by ga4_run_report and ga4_run_realtime_report.
Use when: "What GA4 properties do I have access to?" or to look up a property_id by site name before running a report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | Yes | Name of a configured Google connection | |
| response_format | No | markdown |