You're viewing a demo portfolio

Join the waitlist
PRSM

ga_get_realtime

Active

Tool 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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Google_analytics

https://github.com/pipeworx-io/mcp-google_analytics

1/7 registries
View full server →
ga_get_realtime — Google_analytics — PRSM MCP