Skip to main content
Glama

ga4_run_custom_report

Run custom GA4 reports by specifying any dimensions and metrics to retrieve specific data from Google Analytics 4.

Instructions

Run a fully custom GA4 report with any dimensions and metrics. See https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema for all available names.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteYesSite name or raw GA4 property ID.
limitNoMax rows to return (default 50).
endDateYesEnd date (e.g. '2024-01-31').
metricsYesMetric names (e.g. ['totalUsers', 'sessions']).
startDateYesStart date (e.g. '2024-01-01').
dimensionsYesDimension names (e.g. ['pagePath', 'deviceCategory']).
orderByMetricNoMetric name to sort by descending.
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It only mentions that dimensions and metrics follow the GA4 API schema (via link) but does not specify rate limits, authentication requirements, error handling, or whether the tool is read-only.

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 two sentences, front-loaded with the core purpose, and includes a helpful reference link. No wasted words.

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

Completeness3/5

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

Given the tool has 7 parameters, no output schema, and no annotations, the description is minimal. It covers the basic purpose and provides a reference, but lacks details on response format, pagination, error cases, or example usage.

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?

The input schema has 100% coverage with descriptions for all 7 parameters. The description adds no extra semantics beyond 'any dimensions and metrics' and a link to the schema. Baseline score of 3 is appropriate.

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 explicitly states 'Run a fully custom GA4 report', clearly identifying the action (run) and resource (custom GA4 report). This distinguishes it from sibling tools like ga4_top_pages which are pre-defined report templates.

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 this tool is for custom queries not covered by specific report tools, but it does not explicitly state when to choose it over alternatives or provide exclusions. Usage is inferred but not guided.

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/natekpurcella-hue/gcp-mcp'

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