Skip to main content
Glama
getmcpads-com

google-search-console-mcp-server

gsc_get_data_freshness

Check the most recent date with Search Analytics data by scanning recent daily rows, revealing when the dataset is current or has gaps.

Instructions

Detect the most recent date with Search Analytics data by querying recent daily rows.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteUrlNoSearch Console property URL, e.g. https://example.com/ or sc-domain:example.com. Uses GSC_SITE_URL when omitted.
searchTypeNoweb
lookbackDaysNoRecent days to scan for daily data. Max 30.
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does reveal the mechanism ('by querying recent daily rows'), which implies iterative scanning and ties directly to lookbackDays. But it doesn't disclose what happens when no data exists in the window, the number of API calls implied, or what the return value looks like.

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?

One clean 15-word sentence with zero redundancy; the core purpose is front-loaded. It is appropriately sized but slightly under-specified — there was room to add sibling differentiation or usage guidance without becoming verbose.

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

Completeness2/5

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

There is no output schema and no annotations, so the description must explain return values and edge cases. It does neither: an agent doesn't know what result to expect (a single date? a structured object?), what happens when no data is found within lookbackDays, or which sibling covers the adjacent freshness concept (indexation vs. search analytics data).

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 67%, so the schema already documents siteUrl and lookbackDays adequately, and searchType's enum is self-explanatory. The description's 'recent daily rows' phrasing adds modest context to lookbackDays as a scan window but doesn't add meaning beyond the schema's own parameter descriptions.

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?

States a specific verb and resource: 'Detect the most recent date with Search Analytics data'. This distinguishes it from siblings like gsc_query_search_analytics (general data querying) and gsc_monitor_indexation_freshness (indexation freshness, not data availability). However, it doesn't explicitly name or contrast those alternatives the way the strongest definitions do.

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?

No guidance on when to use this tool versus alternatives. It doesn't say to use gsc_query_search_analytics for actual data retrieval, gsc_monitor_indexation_freshness for indexation monitoring, or how this freshness check fits into a workflow. Usage context must be inferred entirely from the name and purpose statement.

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/getmcpads-com/google-search-console-mcp-server'

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