ga_get_realtime
ActiveTool of Google_analytics
declared in 0.1.0
Check live user activity in a GA4 property right now. Returns current active user count and real-time engagement metrics. Specify property ID (e.g., "123456789").
Parameters schema
{
"type": "object",
"examples": [
{
"property_id": "123456789"
},
{
"limit": 50,
"metrics": [
"activeUsers",
"screenPageViews"
],
"dimensions": [
"city",
"platform"
],
"property_id": "123456789"
}
],
"required": [
"property_id"
],
"properties": {
"limit": {
"type": "number",
"description": "Maximum number of rows (default 100)"
},
"metrics": {
"type": "array",
"items": {
"type": "string"
},
"description": "Realtime metrics (e.g., [\"activeUsers\", \"screenPageViews\"]). Defaults to [\"activeUsers\"]."
},
"dimensions": {
"type": "array",
"items": {
"type": "string"
},
"description": "Realtime dimensions (e.g., [\"city\", \"unifiedScreenName\", \"platform\"])"
},
"property_id": {
"type": "string",
"description": "GA4 property ID (numeric)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Google_analytics
https://github.com/pipeworx-io/mcp-google_analytics
1/7 registries