Skip to main content
Glama
justingluska

Google Search Console MCP Server

by justingluska

Compare Periods

compare_periods
Read-only

Compare search performance between two date ranges to identify changes in clicks, impressions, CTR, and position. Use it to track SEO changes, algorithm updates, or seasonal trends.

Instructions

Compare search performance between two date ranges. Returns delta calculations for clicks, impressions, CTR, and position. Useful for tracking impact of SEO changes, algorithm updates, or seasonal trends. IMPORTANT: Base your analysis only on the data returned by this tool. Report exact numbers from the response. Do not speculate about causes the data does not support. If the data is insufficient to answer, say so rather than guessing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteUrlNoThe site URL. Falls back to GSC_DEFAULT_SITE_URL if not provided.
rowLimitNoMax rows per period (default: 100)
dimensionsNoDimensions to compare by (default: ["query"])
searchTypeNo
period1EndDateYesFirst period end date (YYYY-MM-DD)
period2EndDateYesSecond period end date (YYYY-MM-DD)
period1StartDateYesFirst period start date (YYYY-MM-DD) — the "before" period
period2StartDateYesSecond period start date (YYYY-MM-DD) — the "after" period

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.0

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already establish readOnlyHint=true and destructiveHint=false, so no contradiction exists. The description adds value beyond annotations by stating the return type (delta calculations) and enforcing a data-only analysis rule, which is useful for agents using the response.

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 concise and front-loaded: purpose, output, use cases, then a critical guidance note. Every sentence earns its place, and there is no redundant filler.

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?

For a comparison tool with no output schema, the description sufficiently describes the returned metrics and sets expectations for data-driven analysis. Minor gaps remain around delta sign conventions and exact response shape, but the tool is still completely invocable from the information provided.

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 88%, so the structured schema already documents most parameters. The description mentions 'two date ranges' and the computed metrics but adds little parameter-level meaning beyond what the schema provides. Baseline 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 opens with a specific verb and resource ('Compare search performance between two date ranges') and names the exact output metrics (deltas for clicks, impressions, CTR, position). This inherently distinguishes it from single-period analytics tools like search_analytics, even though no sibling is named explicitly.

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 gives clear use cases: tracking SEO changes, algorithm updates, and seasonal trends. It provides good context for when to select this tool, though it does not explicitly state when not to use it or name alternatives.

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

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/justingluska/gluska-seo-gsc-mcp'

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