Skip to main content
Glama
Akxan
by Akxan

GA4 realtime report

ga_run_realtime_report
Read-onlyIdempotent

Generate real-time Google Analytics 4 reports using specified dimensions and metrics to analyze user activity from the last 30 minutes.

Instructions

Real-time (last 30 minutes) GA4 data. Dimensions: country, city, deviceCategory, unifiedScreenName, eventName, minutesAgo. Metrics: activeUsers, screenPageViews, eventCount, keyEvents.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
metricsNo
dimensionsNo
propertyIdYesGA4 property ID, e.g. '123456789' or 'properties/123456789'. Use ga_list_properties to discover it.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.3.0

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering safety. The description adds the time window (last 30 minutes) and lists available dimensions/metrics, which is useful behavioral context beyond annotations. It does not disclose potential limitations like data availability or latency, but given the annotation coverage, this is sufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, dense sentence that front-loads the core purpose (real-time GA4 data) and then lists supported dimensions and metrics. Every word adds value, with no fluff or repetition. It is optimally concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only tool, the description covers the essential aspects: data freshness (last 30 minutes) and valid dimensions/metrics. It does not mention pagination or limit behavior, but the schema provides defaults and bounds. There is no output schema, but the description implies the nature of the returned data. Overall, it is complete enough for an agent to call the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 25% (propertyId has a description). The description compensates by listing valid dimension and metric names, which directly informs the 'dimensions' and 'metrics' array parameters. This adds meaning beyond the schema, though it does not explain the format of arrays or default behaviors (covered by defaults in schema). The propertyId hint in the schema is also helpful.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool provides real-time GA4 data for the last 30 minutes, listing specific dimensions and metrics. This distinguishes it from sibling tools like ga_run_report (which likely handles historical data) and ga_compare_periods. The verb 'Real-time' and resource 'GA4 data' are explicit and unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for real-time data by stating 'last 30 minutes', but does not explicitly say when to use this tool versus alternatives such as ga_run_report. There is no direct statement of 'use this for immediate data' or 'use ga_run_report for historical data'. The real-time scope is a clear hint, but explicit guidance is missing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Akxan/google-seo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server