Skip to main content
Glama
saurabhsharma2u

Search Console MCP

sitemaps_submit

Submit an XML sitemap to Google Search Console or Bing Webmaster Tools. Specify the site property and feed URL to request indexing for new content.

Instructions

Submit a new XML sitemap to Google Search Console and/or Bing Webmaster Tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
engineNoTarget search engine (default: all)
feedUrlYesThe XML sitemap feed URL to submit
siteUrlYesThe site property URL

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed6 schema fields changedv2.0.2
    • changedInput schema / properties / engine / description
      Previous value: -"The search engine (default: google)"New value: +"Target search engine (default: all)"
    • changedInput schema / properties / engine / enum
      Previous value: -[
      -  "google",
      -  "bing"
      -]New value: +[
      +  "google",
      +  "bing",
      +  "all"
      +]
    • addedInput schema / properties / feedUrl
      Added value: +{
      +  "description": "The XML sitemap feed URL to submit",
      +  "type": "string"
      +}
    • removedInput schema / properties / feedpath
      Removed value: -{
      -  "description": "The URL of the sitemap",
      -  "type": "string"
      -}
    • changedInput schema / properties / siteUrl / description
      Previous value: -"The URL of the site"New value: +"The site property URL"
    • changedInput schema / required
      Previous value: -[
      -  "siteUrl",
      -  "feedpath"
      -]New value: +[
      +  "siteUrl",
      +  "feedUrl"
      +]
  2. First observedv1.14.2

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states that a sitemap is submitted, but does not explain side effects (e.g., whether existing sitemaps are replaced), idempotency, or any asynchronous behavior. This is a significant gap for a mutating operation.

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, well-structured sentence that directly conveys the purpose without any filler or repetition. It is front-loaded and efficient.

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

Completeness3/5

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

The description covers the core action and targets, but given no output schema or annotations, it omits details about return values and behavioral nuances. For a tool with moderate complexity, this is adequate but not fully complete.

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 coverage is 100%, with each parameter having a description in the schema. The tool description itself adds no further parameter semantics, so the baseline score of 3 applies based on the schema's sufficiency.

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 clearly states the verb 'Submit' and the resource 'XML sitemap', with explicit targets (Google Search Console and/or Bing Webmaster Tools). This distinguishes it from sibling tools like sitemaps_list and sitemaps_delete, which handle listing and deletion.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It does not mention related workflows, prerequisites, or exclusions, leaving the agent to infer usage from the name alone.

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