Skip to main content
Glama
navidmoazzez

Google Search Console MCP

by navidmoazzez

inspect_url

Read-onlyIdempotent

Check a URL's Google indexing status, canonical, last crawl, mobile usability, rich results, and AMP version to diagnose why a page isn't showing up in Search.

Instructions

Ask Google what it actually knows about one URL: whether it is indexed, which sitemap it was found in, the canonical Google picked against the one the page declares, the last crawl, mobile usability, rich results and any AMP version. This is the tool for "why is this page not showing up". Two constraints worth knowing before a loop: the URL has to sit under the property, and the quota is roughly 2000 inspections a day and 600 a minute per property, so inspect the pages that matter rather than a whole site.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe full URL to inspect. Must be under the property.
siteYesThe Search Console property. Either a URL-prefix property ("https://navid.me/", trailing slash included) or a domain property ("sc-domain:navid.me"). A bare hostname is read as a domain property. Call list_sites for the exact strings this account owns, because the two shapes are different properties and mixing them up returns a 403.
accountNoWhich signed-in Google account to act as, by email. Omit to use the default. Call list_accounts to see what is signed in.
language_codeNoBCP-47 language for the messages Google returns, e.g. "en-US".
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false. The description adds non-obvious behavior: the property-bound URL requirement and specific quota limits (2000/day, 600/minute). It doesn't describe failure modes or how a non-indexed URL is returned, but given annotation coverage the added context is strong.

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 tightly written sentences: the first front-loads the core behavior and return fields, the second adds use-case and constraints. There is no repetitive or filler content; every clause earns its place.

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 description covers purpose, selection criteria, property constraint, and rate limits, which is nearly everything an agent needs to call correctly. Since there is no output schema, the description summarizes return fields at a semantic level but does not describe the exact response shape or error conditions, leaving a small gap.

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 parameters (url, site, account, language_code) are already documented. The description only restates the 'under the property' constraint from the schema and adds no new type or format details, meeting the baseline but not exceeding it.

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 action (ask Google about one URL) and enumerates the exact data returned: indexed status, sitemap, canonical comparison, last crawl, mobile usability, rich results, AMP. Names the target use-case ('why is this page not showing up') and, by focusing on 'one URL', distinguishes itself from the plural sibling inspect_urls.

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?

Gives a clear diagnostic use-case and a practical constraint: inspect only pages that matter because of daily/minute quotas. It says the URL must sit under the property, which tells the agent when this tool is appropriate. It doesn't explicitly name alternative tools for aggregate analysis, but the context is sufficient.

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

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

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