Skip to main content
Glama
crunchtools

mcp-google-search-console-crunchtools

by crunchtools

inspect_url_tool

Check any URL's Google Search indexing status to identify coverage issues, crawl details, mobile usability, and rich results.

Instructions

Inspect a URL's index status in Google Search.

Returns detailed information about how Google sees a URL including index coverage, crawl status, mobile usability, and rich results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
site_urlYesThe Search Console property this URL belongs to
language_codeNoLanguage code for localized results (default: en-US)en-US
inspection_urlYesThe fully-qualified URL to inspect (e.g., "https://example.com/page")

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are present, so the description carries the full burden. It discloses what information is returned (index coverage, crawl status, mobile usability, rich results), which is helpful, but it does not explicitly state that the operation is read-only, nor does it mention any permissions, rate limits, or error conditions.

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?

Two sentences, each earning its place. First sentence states the tool's core purpose, second enumerates the key output categories. No redundancy or 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?

The tool has three fully documented parameters and an output schema, so return values are already specified. The description covers the essential purpose and informational content; lacking only explicit usage caveats, which are minor given the straightforward read-like nature.

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%, with each parameter already explained (site_url as property, inspection_url as fully-qualified URL, language_code as localization). The description adds no additional meaning beyond the schema, 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?

Description uses specific verb 'Inspect' with clear resource 'URL's index status in Google Search' and lists return categories (index coverage, crawl status, mobile usability, rich results), distinguishing it from sibling tools focused on sites, sitemaps, and analytics.

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?

Provides clear context that this tool inspects a specific URL's status within Google Search, making it obvious when to use. However, it does not explicitly mention when not to use it or compare to alternatives like query_search_analytics for performance data.

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

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