Skip to main content
Glama
burhan29ee

ga4-mcp-server

by burhan29ee

run_realtime_report

Retrieve real-time Google Analytics 4 data for the last 30 minutes. Specify metrics and dimensions to analyze current user activity, such as activeUsers by country or screen name.

Instructions

Run a GA4 realtime report (last ~30 minutes). Example: metrics ['activeUsers'], dimensions ['country','unifiedScreenName'].

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
metricsYes
dimensionsNo
property_idYes
Behavior3/5

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

No annotations are provided, so the description carries the burden of disclosing behavioral traits. It does add the key time window ('last ~30 minutes'), but it does not mention expected permissions, response format, or error handling. As a read-only report operation, the safety profile is implied but not explicitly stated.

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, front-loaded sentence with a helpful example. Every word earns its place; there is no redundancy or filler.

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

Completeness2/5

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

For a tool with 4 parameters, no annotations, and no output schema, the description is notably incomplete. It omits details about response structure, valid metric/dimension formats, and any limitations. The example gives a hint, but an agent would need more guidance to invoke this tool reliably.

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

Parameters3/5

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

Schema description coverage is 0%, so the description must compensate. It provides a concrete example with metrics and dimensions, giving some context for their usage, but it leaves limit and property_id unexplained. The example helps but is not enough to fully clarify parameter semantics.

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's purpose: 'Run a GA4 realtime report (last ~30 minutes).' The verb is specific, the resource is a GA4 realtime report, and the time window distinguishes it from sibling tools like run_report. An example further clarifies the expected usage.

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 when to use this tool via the phrase 'last ~30 minutes', but it does not explicitly state how it differs from alternatives like run_report, nor does it provide any when-not-to-use guidance. The context is there, but exclusions are absent.

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

Install Server

Other Tools

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/burhan29ee/ga4-mcp-server'

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