Skip to main content
Glama
zainsive

seo-analytics-mcp

by zainsive

gsc_list_sitemaps

Read-only

List submitted sitemaps with Google's last download date and error/warning counts to diagnose why pages aren't indexed, such as never-downloaded or faulty sitemaps.

Instructions

List the sitemaps submitted for a property, with when each was last downloaded by Google and how many warnings and errors it carries. A sitemap Google has never downloaded, or one with errors, is usually the answer to 'why isn't this indexed'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
site_urlNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
rowsYes
notesYes
exportNo
summaryYes
export_rowsNo
Behavior4/5

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

The readOnlyHint annotation already establishes this is a safe read operation. The description adds behavioral detail beyond that by revealing that the tool surfaces undownloaded sitemaps and reports warning/error counts, which helps the agent interpret the results. 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?

Two sentences, each earning its place. The first identifies the tool's core action and result fields; the second adds practical diagnostic value. Information is front-loaded and there is no wasted text.

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 tool is simple and the output schema exists, so return-value documentation is not the description's burden. However, the one input parameter is undocumented in both the schema and the description, leaving an agent unsure how to specify the property. This is a clear completeness gap for a tool with a single important argument.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has one parameter, site_url, with no description and 0% schema description coverage. The description only says 'for a property' and never explains that site_url is the property identifier, what format it should take, or whether it is required. The description fails to compensate for the schema's complete lack of parameter documentation.

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 names a specific verb and resource: 'List the sitemaps submitted for a property.' It further specifies the output content (last downloaded date, warnings, errors), which makes the tool's purpose unambiguous and distinguishes it from siblings like gsc_list_sites or gsc_submit_sitemap.

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 provides clear diagnostic context: a sitemap never downloaded by Google or one with errors is likely the answer to 'why isn't this indexed.' This tells the agent when the tool is useful, though it does not explicitly name alternatives or state when not to use it.

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

Install Server

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/zainsive/seo-analytics-mcp'

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