Skip to main content
Glama
conorbronsdon

Google Search Console (GSC) MCP

Inspect a URL's index status

gsc_inspect_url
Read-onlyIdempotent

Inspect a single URL to see its index status, coverage state, last crawl time, canonical, and mobile/rich-results summary. Diagnose why a page isn't indexed.

Instructions

Inspect a single URL with the URL Inspection API: whether Google has it indexed, its coverage state, last crawl time, Google's chosen canonical, and a one-line mobile/rich-results summary. Returns a compact projection, not the full raw blob. Use this to debug 'why isn't this page indexed'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
site_urlYesThe Search Console property. Use the exact form shown by gsc_list_sites: a Domain property is 'sc-domain:example.com'; a URL-prefix property is the full origin with a trailing slash, e.g. 'https://example.com/'.
language_codeNoOptional BCP-47 language code for issue messages, e.g. 'en-US'.
inspection_urlYesThe fully-qualified URL to inspect. Must be within the property.
Behavior4/5

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

Annotations already declare read-only and safe behavior. The description adds useful behavioral details beyond annotations, such as 'Returns a compact projection, not the full raw blob' and a 'one-line mobile/rich-results summary', setting expectations for response format.

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 core functionality and followed by a practical use case. No wasted words or redundancy.

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?

Even without an output schema, the description mentions key returned fields and the compact nature of the response. It is complete for a simple read-only inspection tool, though it doesn't cover edge cases like invalid URLs, which are minor.

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%, and the schema already documents all parameters thoroughly. The description adds minimal parameter-specific information beyond implying the inspection_url, so 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 states a specific verb ('Inspect') applied to a single URL, with a clear outcome ('index status') and detailed data points (coverage state, crawl time, canonical). It distinguishes itself from sibling tools by focusing on single-URL inspection versus site-wide analytics or sitemaps.

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 a clear use case: 'debug why isn't this page indexed'. It does not explicitly mention when to avoid this tool or compare with alternatives, but the context is strong enough to guide selection.

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/conorbronsdon/gsc-mcp'

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