Skip to main content
Glama
ni-c

google-search-console-mcp

by ni-c

Submit several sitemaps

submit_sitemaps
Idempotent

Submit up to 50 sitemaps for one Search Console property in a single operation. Each entry reports success or failure, and one failed submission does not block the remaining sitemaps.

Instructions

Submits up to 50 sitemaps for one property in a single call, reporting success or failure per entry. The API has no batch method — this makes the calls one after another — but it saves a round trip per sitemap, which is what makes a large site practical. One failure does not stop the rest.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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)
feedpathsYesThe full URLs of the sitemaps to submit

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYes
truncatedNoPresent only when entries were dropped to fit the budget.

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?

The description discloses key behavioral traits beyond the annotations: the underlying API has no batch method and calls are made sequentially, per-entry results are reported, and one failure does not stop the rest. This is valuable implementation context the annotations cannot convey.

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?

Three sentences, all high-signal: the core capability is front-loaded, the batch limit is stated immediately, and the sequential execution detail is explained without excess. No filler words or redundant restatements of the schema.

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?

Given rich parameter descriptions, a complete output schema, and annotations covering safety/idempotency, the description covers all additional operational context an agent needs: concurrency behavior, failure isolation, and practical use case. Nothing critical 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% and both parameters are already well-documented in the schema. The description adds no additional parameter-level meaning beyond the schema, so the baseline score of 3 is appropriate.

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 ('submits'), a resource ('sitemaps for one property'), a clear scope (up to 50 in a single call), and a distinguishing behavior (per-entry success/failure reporting). It clearly differentiates from the singular submit_sitemap sibling without needing to name it.

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?

The description gives clear context for when to use this tool: when submitting many sitemaps, since it saves a round trip per sitemap and makes large sites practical. It does not explicitly name submit_sitemap as the alternative for a single sitemap, leaving that comparison implicit.

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