Skip to main content
Glama
get-mcp-ads

Google Search Console by Get MCP Ads

gsc list sitemaps

gsc_list_sitemaps
Read-onlyIdempotent

Retrieve sitemaps submitted to Google Search Console for a property, showing processing status and submitted/indexed counts.

Instructions

List sitemaps submitted for a Search Console property, including processing status and submitted/indexed counts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteUrlNoSearch Console property URL, e.g. https://example.com/ or sc-domain:example.com. Uses GSC_SITE_URL when omitted.
sitemapIndexNoOptional sitemap index URL used to return only its child sitemaps.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYesOriginal tool result: parsed JSON when the text is JSON, otherwise the text or multiple MCP content blocks. Provider fields depend on the selected query.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.1

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint false, so the safety profile is covered. The description adds that the tool returns processing status and counts, which is output content rather than behavior. It does not disclose any non-obvious behavior such as pagination, rate limits, or whether only explicitly submitted sitemaps are listed. No contradiction with 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?

The description is a single, front-loaded sentence that states the core action and key output details without any fluff. Every word contributes to understanding the tool's purpose. Highly concise and well-structured.

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?

The tool is a simple read-only list operation with two optional parameters and an output schema (though not shown here). The description covers the main function and the type of data returned. Given the annotations and schema richness, nothing essential is missing for an agent to decide whether to invoke this tool.

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?

The input schema provides 100% coverage for both parameters (siteUrl and sitemapIndex) with clear descriptions, including the default for siteUrl. The tool description does not add any additional parameter semantics beyond what the schema already states, so the 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 (list sitemaps) and the scope (submitted for a Search Console property), and mentions the output includes processing status and counts. It implicitly distinguishes from gsc_get_sitemap (singular) through the plural 'sitemaps' and 'list' verb, but does not explicitly name alternatives. It is specific and unambiguous.

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

Usage Guidelines3/5

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

The description implies usage: if you need to list all sitemaps for a property, use this tool. However, it does not explicitly state when not to use it or mention alternatives like gsc_get_sitemap for a specific sitemap, nor does it discuss the optional sitemapIndex filter's role. Usage context is present but implicit.

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