Skip to main content
Glama
FlorianBruniaux

gsc-mcp

traffic_health_check

Compare total GSC clicks with GA4 organic sessions to detect tracking gaps and assess traffic health as healthy, tracking gap, filter issue, or no GSC data.

Instructions

Compare total GSC clicks with total GA4 organic sessions to detect tracking gaps.

Fetches aggregate GSC clicks (no page dimension) and sums all organic sessions from GA4. The ratio ga4_sessions / gsc_clicks indicates tracking health:

  • "no_gsc_data" : zero GSC clicks (ratio is None, nothing to compare)

  • "tracking_gap" : ratio < 0.6 (GA4 records far fewer sessions than GSC clicks)

  • "filter_issue" : ratio > 1.3 (GA4 records more sessions than GSC clicks)

  • "healthy" : 0.6 <= ratio <= 1.3

Boundaries 0.6 and 1.3 are inclusive of the healthy range (strict < and >). GA4 is queried with limit=10000 to avoid under-counting sessions on large sites.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteYes
daysNo
property_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description bears full responsibility. It discloses key behaviors: it aggregates GSC clicks (no page dimension), sums GA4 organic sessions, computes a ratio, and returns one of four statuses. It also explains the boundary logic and the GA4 limit=10000. Minor gap: no mention of data freshness or rate limits.

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 reasonably concise, with the core purpose stated first. It adds interpretative guidance and boundary rules efficiently. However, it could be more structured (e.g., bullet points for statuses) to improve scanability.

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?

Given the tool has an output schema (not shown), the description explains return statuses adequately. It covers what the tool does, how it computes results, and the meaning of outputs. It is complete enough for most use cases, though parameter docs are missing.

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

Parameters2/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. However, it does not explain any parameter individually. 'site' is required but not described; 'days' defaults to 28 but no detail; 'property_id' is null by default without explanation. The schema itself has no descriptions, leaving the agent uninformed.

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: compare GSC clicks and GA4 organic sessions to detect tracking gaps. It uses specific verbs and resource names, and distinguishes itself from sibling tools like 'analytics_anomalies' or 'ga4_traffic_sources' by focusing on cross-platform tracking health.

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

Usage Guidelines4/5

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

The description explains the use case (detecting tracking gaps) and provides detailed guidance on interpreting the ratio (e.g., tracking_gap, filter_issue, healthy). However, it does not explicitly state when to avoid this tool or mention alternatives among siblings.

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/FlorianBruniaux/google-search-console-mcp'

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