Skip to main content
Glama
ni-c

google-search-console-mcp

by ni-c

Submit a sitemap

submit_sitemap
Idempotent

Submit a sitemap URL to Google Search Console, or resubmit a known one to refresh it. Google accepts the address and fetches it later; resubmission is idempotent.

Instructions

Submits a sitemap URL, or resubmits one Google already knows. To refresh a sitemap Google already knows, submit the same URL again — there is no separate update call, and submitting is idempotent. Google re-crawls on its own schedule; nothing can force it, and the ping endpoint that used to exist was removed in 2023. The call succeeding means Google accepted the address, not that the sitemap is valid — it is fetched later, and any parse error shows up in get_sitemap minutes to hours afterwards.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
feedpathYesThe full URL of the sitemap. It must be inside the property — https://example.com/sitemap.xml for https://example.com/
site_urlYesThe Search Console property: "sc-domain:example.com" for a domain property, or "https://example.com/" for a URL-prefix property (the trailing slash is required)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteYes
siteYes
feedpathYes
submittedYes

Schema Changelog

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

  1. First observedv0.2.0

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the annotations (idempotentHint, readOnlyHint), the description discloses that Google re-crawls on its own schedule, the old ping endpoint is gone, success only means the URL was accepted, and validity is checked later. These are valuable non-obvious behaviors with no annotation contradiction.

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 with the main action front-loaded, followed by only high-value caveats. No repetition of schema content or filler.

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 two-parameter tool with an output schema and 100% parameter coverage, the description fully covers behavioral caveats, resubmission semantics, scheduling limitations, and how to observe errors later. Nothing essential is missing.

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 documents feedpath and site_url with formats and examples. The description adds no additional parameter-level meaning, so baseline 3 is appropriate.

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 clearly states the action ('Submits a sitemap URL, or resubmits one Google already knows') and names the resource. It does not explicitly differentiate from the sibling submit_sitemaps, though its singular wording implies a single sitemap.

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

Usage Guidelines5/5

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

It gives explicit resubmission guidance ('submit the same URL again... no separate update call, and submitting is idempotent'), states a limitation ('nothing can force it'), and points to get_sitemap as the place where parse errors surface. This tells an agent when and how to use the tool and what not to expect.

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

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