ga4 get event parameters
ga4_get_event_parametersGet an inventory of GA4 event parameters for a property. Uses metadata and event reports to list available parameters and documents Data API limitations.
Instructions
Best-effort event parameter inventory from GA4 metadata plus event reports. Documents Data API limitations for raw parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of returned items or rows. The declared bounds and default apply; use pagination for additional results. | |
| endDate | No | End date YYYY-MM-DD or relative (today, yesterday) | |
| startDate | No | Start date YYYY-MM-DD or relative (7daysAgo, yesterday) | |
| datePreset | No | Named reporting period. Use the custom date range when you need exact start and end dates. | last28days |
| eventNames | No | Optional event names to sample, e.g. purchase, add_to_cart | |
| propertyId | Yes | GA4 property ID (numeric, e.g., 123456789) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Original tool result: parsed JSON when the text is JSON, otherwise the text or multiple MCP content blocks. Provider fields depend on the selected query. |