Skip to main content
Glama
Akxan
by Akxan

Inspect a URL (index status)

gsc_inspect_url
Read-onlyIdempotent

Check a page's index status, last crawl, canonical, robots.txt, mobile usability, rich results, and AMP using Search Console's URL Inspection API.

Instructions

Run the URL Inspection API for a page: index status, last crawl time, canonical selection, robots.txt state, mobile usability, rich results and AMP status. Quota: ~2000 calls/day per property.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteUrlYesProperty URL exactly as shown in Search Console, e.g. 'https://example.com/' or 'sc-domain:example.com'. Use gsc_list_sites to discover it.
languageCodeNoBCP-47 language for the response messages, e.g. 'zh-CN'.en-US
inspectionUrlYesFull URL of the page to inspect. Must belong to the property.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.3.0

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already cover readOnly and idempotent behavior. The description adds a practical quota ('~2000 calls/day per property'), which is useful behavioral information beyond the annotations. It does not mention failure modes, but the annotations sufficiently convey safety.

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, information-dense sentence that lists the tool's purpose and outputs, immediately followed by the quota note. No fluff or redundant wording.

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

Completeness5/5

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

For a simple read-only inspection tool with no output schema, the description sufficiently enumerates the key result categories and parameter constraints. It is complete enough for an agent to invoke correctly without additional context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, and the description enriches key parameters: siteUrl includes property format examples and a pointer to gsc_list_sites, while inspectionUrl clarifies ownership. LanguageCode is straightforward. This goes beyond the schema's baseline.

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?

States a specific verb ('Run the URL Inspection API') and a clear resource (a page URL). Lists concrete outputs (index status, last crawl time, canonical selection, etc.) and distinguishes itself from broader GSC tools like gsc_index_coverage or page_audit by focusing on single-URL inspection.

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?

Clearly implies when to use it—when you need inspection details for one specific URL—but does not explicitly contrast with sibling tools or state when not to use it. The purpose is evident, but no direct alternative guidance is provided.

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

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/Akxan/google-seo-mcp'

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