Skip to main content
Glama
onionst
by onionst

ga4_run_report

Generate custom historical GA4 reports by selecting dimensions, metrics, date range, and filters, returning read-only data to analyze traffic, events, and conversions.

Instructions

Run a custom historical GA4 report with requested dimensions and metrics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
metricsYes
end_dateNoyesterday
descendingNo
dimensionsYes
start_dateNo28daysAgo
property_idYes
metric_filterNo
order_by_metricNo
dimension_filterNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.2.0

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for disclosing behavioral traits such as read-only operation, pagination, limits, or output handling. It only says 'run a report' and 'historical,' which adds temporal context but does not explain what happens when the tool is invoked or what side effects might occur.

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

Conciseness4/5

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

The description is a single tight sentence with the action verb front-loaded and no unnecessary filler. While it is terse, every word earns its place; the main weakness is not verbosity but lack of detail.

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

Completeness1/5

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

With 10 parameters, 3 required, no annotations, and zero schema description coverage, this description is far from complete. It omits the required property_id and all optional parameters like filters, ordering, limit, and date range, so an agent cannot confidently construct a correct call. The output schema exists, but that does not compensate for missing invocation context.

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

Parameters1/5

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

Schema description coverage is 0%, and the description only echoes the dimensions and metrics parameters already visible in the schema. It does not explain property_id, date defaults, limit, descending, ordering, or filters, so the agent gains no additional meaning about any of the 10 parameters.

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

Purpose4/5

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

The description uses the specific verb 'Run' with the resource 'custom historical GA4 report,' which clearly states what the tool does. The words 'custom' and 'historical' help distinguish it from realtime or prebuilt sibling reports like ga4_realtime or ga4_top_pages, though it does not explicitly name any sibling.

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 phrase 'custom historical' implies this tool is for arbitrary dimensions/metrics over past date ranges, as opposed to realtime or preconfigured reports. However, the description does not explicitly state when to use this tool versus alternatives, leaving the agent to infer from sibling tool names.

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/onionst/ga4-toolkit'

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