Skip to main content
Glama
Suganthan-Mohanadasan

Google Search Console MCP Server

multi_site_dashboard

Compare performance across multiple Google Search Console properties in one view, showing clicks, impressions, CTR, position, and period-over-period health status to identify issues quickly.

Instructions

Health check across multiple GSC properties in one view. Shows clicks, impressions, CTR, and position for each site with period comparison and health status. Agency essential. IMPORTANT: Base your analysis ONLY on the data returned. Report exact numbers from the results. Do not speculate about causes (e.g. algorithm updates, competitor actions) unless the data explicitly supports it. If the data does not contain enough information to answer a question, say so clearly rather than guessing. PRESENTATION: Always present these results as a rich, interactive visualization using artifacts. Use summary cards for key metrics, colour-coded indicators for severity or change direction (green for positive, red for negative), bar charts or sparklines for comparisons, and tabbed sections to organise different categories of results. Make the output visually scannable and dashboard-like rather than plain text or raw tables. POSITION: position is an impression-weighted average over real impressions, blended across queries, devices and countries. It is not a rank-tracker rank. Deep positions are only recorded when a user actually reaches that part of the results, so values beyond page one rest on sparse data. Treat absolute positions as directional and prefer position deltas between periods when judging change.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoNumber of days per period
site_urlsNoArray of GSC property URLs. Falls back to GSC_SITE_URLS env var.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.2.2

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations provided, the description carries the disclosure burden and does a solid job. It explains the nuanced behavior of the position metric (impression-weighted average, sparse deep-position data, directional rather than absolute) and warns against speculation beyond returned data. It stops short of covering data freshness or API limits, but the core interpretive caveat is well handled.

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 organized into clear sections—purpose, IMPORTANT, PRESENTATION, POSITION—with the core purpose front-loaded. While the PRESENTATION block is detailed, it earns its place given no output schema exists; the only minor fluff is 'Agency essential.'

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?

In the absence of an output schema and annotations, the description covers the displayed metrics, period comparison, health status, position caveats, and presentation requirements. It leaves minor gaps around how 'health status' and 'period comparison' are precisely computed, but overall it gives an agent enough to call and interpret the tool correctly.

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 already documents both parameters with 100% coverage. The description alludes to 'period comparison' but doesn't map days or site_urls to behavior beyond what the schema states, so it adds no meaningful parameter-level 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 opens with a specific verb and resource: "Health check across multiple GSC properties in one view." It lists the exact metrics shown (clicks, impressions, CTR, position) and the distinguishing feature of multi-site aggregation, which clearly sets it apart from single-property siblings like site_snapshot or inspect_url.

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 a use case—multi-site health checks for agencies—but never explicitly states when to choose this tool over alternatives or when not to use it. There is no reference to sibling tools or exclusion conditions, leaving the agent to infer usage from the purpose statement.

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