Skip to main content
Glama
itsaakashpatel

seo-webmaster-mcp

inspect_url

Check a URL's live indexing status, crawl info, canonical URL, mobile usability, and rich results in Google Search Console or Bing Webmaster Tools.

Instructions

Inspect a URL in Google Search Console or Bing Webmaster Tools to check live indexing status, crawl info, canonical URLs, mobile usability, and rich results (schema validation).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
engineNoSearch engine to inspect on: 'google' or 'bing' (default: 'google')google
siteUrlYesSite URL as verified in Search Console (e.g. https://example.com/ or sc-domain:example.com)
languageCodeNoLanguage code for issue messages (e.g. 'en-US')
inspectionUrlYesThe fully qualified URL to inspect (must belong to the site property)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the responsibility for behavioral disclosure. It correctly implies a read-only inspection operation and clarifies results are live, but it omits operational details such as verification requirements, engine-specific limitations, rate limits, and the exact response shape.

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?

A single, front-loaded sentence communicates the action, platform scope, and intended checks without filler or repetition. The enumerated list is compact and scannable.

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?

Given the full parameter schema and the description's explicit list of output categories, an agent has enough context to select and invoke the tool correctly. The absence of an output schema is partially compensated by naming the checks, though a note on return format or required site verification would make it fully complete.

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 all four parameters are already documented in the schema. The description adds no new meaning to parameters like siteUrl or languageCode; it merely frames the high-level action. Baseline 3 applies since the schema does 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 uses a specific verb ('Inspect') against a specific resource ('a URL'), names both target platforms, and enumerates concrete checks (indexing status, crawl info, canonical URLs, mobile usability, rich results). It is immediately distinguishable from siblings like search_analytics or list_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 'to check ...' clause defines clear use cases: when an agent needs live indexing, crawl, canonical, mobile, or schema-validation data for a single URL. It does not explicitly state when not to use it or name alternatives, but the purpose sentence supplies enough context against sibling names.

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