Skip to main content
Glama

gsc_performance

Read-onlyIdempotent

Read Google Search Console performance (clicks, impressions, CTR, position) by query, page, dimension, or period comparison. Your own connected property; data is Google-finalized with a ~2-3 day lag. days/dates bound every action, and compare_periods contrasts the window with the one immediately before it. For diagnosis (cannibalization, CTR outliers) use gsc_insights rather than recomputing here. Already scoped to the connected workspace and its site; call directly, no domain or site parameter is needed. Cost: FREE - reads your connected/stored data, no AI credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoLook-back window in days (defaults ~28). 1-90 for most actions; 7-90 for trend.
depthNofolder_rollup only: path depth to group by (1-3, default 1).
limitNoRow cap. top_queries/top_pages/dimension_breakdown default 50; compare_periods rows per period default 500. Ignored by query_page_matrix (use maxRows) and trend.
actionYesWhich operation to run. top_queries (top search queries); top_pages (top pages); dimension_breakdown (by device/country/date); query_page_matrix (cannibalization / query-to-page map); compare_periods (decay/growth vs the prior period); trend (daily clicks/impressions over time); discover_news (Discover / News / Image / Video surfaces); folder_rollup (performance by URL folder / site section); fresh (provisional today/yesterday numbers (hours-old data)).
maxRowsNoquery_page_matrix only: max query-page pairs (default 2000).
surfaceNodiscover_news only: which surface (default discover).
dimensionNoREQUIRED for dimension_breakdown (device|country|date). For compare_periods: query|page (default page). Ignored otherwise.
filterPageNodimension_breakdown only: restrict to one exact page URL.
filterQueryNodimension_breakdown only: restrict to one exact query.
user_intentNoOptional: one short sentence describing what the user is ultimately trying to achieve with this request. Used by SEOmatic to tailor answers and improve the product; never required.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.3/5.0
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, so the safety profile is covered. The description adds valuable behavioral context beyond annotations: data is Google-finalized with a ~2-3 day lag, days/dates bound every action, compare_periods contrasts with the immediately preceding window, and the tool is FREE with no AI credits. It does not contradict 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 compact and front-loaded: the core purpose and metrics appear in the first sentence, followed by data-lag, scoping, and routing guidance. The final cost note is useful but slightly tangential. Every sentence earns its place, though the cost sentence could arguably be trimmed.

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 read-only tool with 10 parameters, 100% schema coverage, an output schema, and strong annotations, the description covers the essential context: data freshness, scoping, cost, and when to use the sibling. It does not enumerate return shapes, but the output schema exists and the description need not explain return values. Minor gap: no explicit mention of pagination or row caps, though the schema covers limit/maxRows.

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 100%, so the schema already documents all 10 parameters thoroughly, including enums and per-action applicability. The description adds a few cross-cutting semantics (days/dates bound every action, compare_periods contrasts with the immediately prior window, cost is FREE) but does not need to repeat parameter details. Baseline 3 is appropriate since the schema carries the heavy lifting.

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 ('Read') and resource ('Google Search Console performance'), then enumerates the exact metrics (clicks, impressions, CTR, position) and grouping dimensions (query, page, dimension, period comparison). It also names the sibling tool it is not (gsc_insights) and states the data source is the user's own connected property. This clearly distinguishes it from the 28 sibling tools.

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

Usage Guidelines5/5

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

The description explicitly says when to use this tool vs alternatives: 'For diagnosis (cannibalization, CTR outliers) use gsc_insights rather than recomputing here.' It also states the tool is already scoped to the connected workspace and site, so no domain/site parameter is needed, and notes the ~2-3 day data lag. This gives an agent clear decision criteria for selecting this tool over siblings.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.