Skip to main content
Glama
FlorianBruniaux

gsc-mcp

traffic_drops

Identify search queries with declining clicks, diagnosing whether the cause is a ranking loss, CTR collapse, or demand decline.

Instructions

Find queries whose clicks dropped compared to the previous equally-sized period.

Each result includes a diagnosis: 'ranking_loss' (position degraded by more than 2), 'ctr_collapse' (CTR fell more than 30%), or 'demand_decline' (impressions also fell). Note: uses date.today() without a GSC reporting lag, so the most recent 2-3 days may be incomplete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNo
siteYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Without annotations, the description carries the full transparency burden. It discloses diagnosis categories (ranking_loss, ctr_collapse, demand_decline) and a critical caveat about data lag (most recent 2-3 days incomplete). However, it does not state whether the tool is read-only or has side effects, leaving gaps in behavioral understanding.

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 main purpose. The second sentence concisely adds valuable details about diagnosis and data lag with no redundant or irrelevant information.

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?

The output schema exists to describe return values, so that gap is covered. However, the description omits parameter explanations and usage context, which are essential for an agent to use the tool correctly among 30+ siblings. The caveat about data lag adds value, but overall completeness is adequate but not thorough.

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%, so the description must clarify parameters. It completely fails to mention 'site' (required) or 'days' (optional, default 28). The agent receives no help understanding that 'days' defines the period size for comparison, leaving parameter semantics entirely to inference.

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: 'Find queries whose clicks dropped compared to the previous equally-sized period.' It specifies the verb (find), resource (queries with drops), and context (comparison period), effectively distinguishing it from siblings like seo_lost_queries by focusing on click drops with diagnosis.

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 explicit guidance on when to use this tool versus alternatives such as seo_lost_queries or analytics_anomalies. It includes a note about data lag but does not help the agent choose among sibling tools or understand prerequisites.

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