Skip to main content
Glama
ibrahimhajjaj

seo-console-mcp

inspect_url

Check a URL's Google index status, canonical selection, mobile usability, and rich results to identify indexing issues.

Instructions

Inspect a URL's Google index status, canonical selection, mobile usability, and rich results

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteUrlYesSearch Console property containing the inspected URL
inspectionUrlYesFully qualified URL to inspect

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteUrlYes
indexStatusYes
richResultsYes
inspectionUrlYes
mobileUsabilityYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.18.0

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden. 'Inspect' conveys a read-only operation and the listed facets clarify the scope, but it does not explicitly state that the URL is not modified or mention access requirements or timing caveats.

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 a single front-loaded sentence that lists the tool's scope with no filler or repetition. Every word adds meaning, and it is appropriately sized for a two-parameter tool.

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 is simple, both parameters are required and documented, and an output schema exists. The description sufficiently conveys what the tool inspects, but it could be more complete by addressing the rich sibling context and clarifying when not to use this tool.

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 both siteUrl and inspectionUrl are already fully documented. The description adds no parameter-level detail, but none is needed at the baseline of 3.

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?

The description uses a specific verb ('Inspect'), a concrete resource ('a URL'), and enumerates the inspection facets: Google index status, canonical selection, mobile usability, and rich results. An agent can tell what the tool does, but it does not explicitly differentiate it from related siblings like index_coverage or pagespeed.

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

Usage Guidelines3/5

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

The description implies this is for per-URL Search Console diagnostics, but it never explicitly states when to use it versus alternatives. There are no exclusions, prerequisites, or named sibling tools, so the guidance stops at implication.

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