Skip to main content
Glama
acamolese

Google Search Console Audit MCP

gsc_alerts

Read-onlyIdempotent

Compare recent and previous Google Search Console periods to surface significant shifts, alerting on lost positions, collapsed CTR, and dropped pages.

Instructions

What changed sharply enough to be worth a message today.

Compares the last window_days against the window before it across both queries and pages, and returns only movements past the alerting rules: lost positions, collapsed CTR, dropped or vanished pages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
date_toNoEnd date YYYY-MM-DD. Defaults to today.
no_cacheNo
site_urlYes`sc-domain:example.com` for a domain property, or `https://example.com/` with the trailing slash for a URL-prefix property. Call gsc_sites if unsure.
row_limitNoRows returned. Default 100, capped at 1000.
thresholdsNoOverride the adaptive thresholds: min_impressions, min_clicks, high_visibility_impressions, ctr_curve.
window_daysNoLength of the window to compare.
response_formatNo`tsv` (default, compact) or `json`.tsv

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv3.0.1

TDQS

A3.5/5.0
Behavior4/5

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

With annotations already declaring readOnlyHint, idempotentHint, and destructiveHint, the description adds valuable detail about the comparison logic and the types of movements detected (lost positions, collapsed CTR, dropped/vanished pages). It explains that only movements past alerting rules are returned, which is behavior beyond the schema. No contradiction with annotations.

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 two sentences long and front-loads the purpose with a question-like hook. The second sentence explains mechanics efficiently. The first sentence is a bit vague, but overall it is compact and free of fluff.

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?

The description covers the core algorithm and output filtering, and an output schema exists so return format is not required here. It does not mention usage context or alternatives, which is a minor completeness gap for a complex alerting tool, but it is sufficient for basic invocation.

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 86%, so most parameters are already documented in the schema. The description adds no new meaning about parameter format or semantics; it only mentions window_days implicitly via the comparison logic. This meets the baseline for high schema coverage.

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 clearly states the tool compares two windows and returns only movements that pass alerting rules, which is a specific and concrete purpose. It mentions both queries and pages, distinguishing it from tools focused only on one. However, it does not explicitly differentiate itself from siblings like gsc_traffic_drops or gsc_compare_periods, leaving some ambiguity.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It does not mention exclusions, prerequisites, or recommended contexts beyond a vague 'today' cue. This is a gap, especially given the large set of sibling tools.

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