Skip to main content
Glama
jcd3dr

Google Search Console MCP Server

by jcd3dr

gsc_search_analytics

Read-onlyIdempotent

Retrieve Google Search Console performance data like clicks, impressions, CTR, and position. Group and filter results by query, page, country, device, or date to analyze SEO metrics.

Instructions

Query search performance data (clicks, impressions, CTR, position).

Returns search analytics data for a verified property, with optional grouping by dimensions (query, page, country, device, date) and filtering.

Args: params (SearchAnalyticsInput): Query parameters including: - site_url (str): The GSC property URL - start_date (str): Start date YYYY-MM-DD - end_date (str, optional): End date YYYY-MM-DD, defaults to today - dimensions (list[str], optional): Group by query/page/country/device/date - row_limit (int, optional): Max rows 1-25000, default 100 - start_row (int, optional): Pagination offset - search_type (str, optional): web/image/video/news/discover - dimension_filters (list[dict], optional): Filters for dimensions

Returns: str: JSON with rows containing clicks, impressions, ctr, position, and dimension keys. Includes metadata with total row count.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds valuable behavioral context beyond annotations, such as the return format (JSON rows with metrics and dimension keys, total row count metadata), defaults (end_date defaults to today, row_limit defaults to 100), and the requirement for a verified property. No contradictions 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a concise summary line followed by an Args section and Returns section. It is front-loaded with the core purpose, and every sentence adds value. The length is appropriate for the tool's complexity, with no wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the essential aspects of the tool: data returned, grouping dimensions, filtering, date range, pagination, and search type. It explains the return format and metadata. Although an output schema exists, the description still provides the necessary high-level overview. For a tool with this many options, the description is thorough and complete.

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

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% at the top level, but the description compensates by enumerating all parameters with their types, optionality, and defaults. It adds meaning beyond the schema by explaining each parameter's purpose (e.g., pagination offset, search type options). The nested schema also has detailed descriptions, so the description supplements rather than duplicates.

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 it queries search performance data (clicks, impressions, CTR, position) for a verified property, distinguishing it from sibling tools that handle sites, URL inspection, and sitemaps. The verb 'query' and resource 'search analytics data' are specific and unambiguous.

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 provides clear context for when to use the tool (to retrieve search analytics with grouping/filtering). It doesn't explicitly mention when not to use it or name alternatives, but the distinct purpose among siblings makes its usage obvious. No exclusions are stated, but the context alone is sufficient.

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

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