Skip to main content
Glama
navidmoazzez

Google Search Console MCP

by navidmoazzez

inspect_urls

Read-onlyIdempotent

Check whether multiple URLs are indexed, see Google's chosen canonical and last crawl date in one table. Ideal for verifying pages after a site launch or migration.

Instructions

Inspect several URLs on the same property in one call and get a compact table back: indexed or not, the canonical Google chose, and the last crawl. Use it to check a batch of pages after a launch or a migration. Requests run a few at a time to stay inside the per-minute quota, and one URL failing does not sink the rest. Keep batches small: the daily quota is about 2000 inspections per property.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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.
urlsYesUp to 50 URLs, all under the property.
accountNoWhich signed-in Google account to act as, by email. Omit to use the default. Call list_accounts to see what is signed in.
Install Server

TDQS

A4.5/5.0
Behavior5/5

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

Even though annotations already declare this read-only, idempotent, and non-destructive, the description adds valuable behavioral context: throttled execution ('Requests run a few at a time'), partial-failure isolation ('one URL failing does not sink the rest'), and quota limits ('daily quota is about 2000'). This goes beyond the structured annotations.

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?

Four sentences, each earning its place: what the tool does, when to use it, how it behaves under load, and the quota constraint. The key output is front-loaded and there is no filler or repetition of schema details.

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 read-only batch inspection tool with no output schema, the description sufficiently explains the return shape ('compact table') and the key fields. The operational constraints and failure behavior are covered, and parameter nuances live in the schema. Nothing critical is missing for correct invocation.

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 the schema already fully documents site, urls, and account. The description adds batch-level context and quotas but doesn't need to explain individual parameters. A baseline of 3 is appropriate because the heavy lifting is done by the input schema.

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 states a specific verb and resource — 'Inspect several URLs on the same property' — and immediately distinguishes it from the singular sibling inspect_url by emphasizing batch inspection. The compact table with indexed/canonical/last-crawl columns precisely conveys what the tool returns.

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?

It gives clear context for when to use this tool ('after a launch or a migration') and practical operational guidance about batch size and quotas. It doesn't explicitly contrast with inspect_url or say when to prefer alternatives, so it stops short of a full when-not discussion.

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