Skip to main content
Glama
ibrahimhajjaj

seo-console-mcp

list_sitemaps

Retrieve sitemaps submitted for a Google Search Console property by specifying its site URL.

Instructions

List sitemaps submitted for a Google Search Console property

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteUrlYesSearch Console property

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
siteUrlYes
sitemapsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.18.0

TDQS

A3.6/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. The verb 'List' clearly signals a read-only operation, but nothing else is disclosed, such as whether siteUrl must exactly match the Search Console property format or whether pagination/limits apply. The disclosure is minimal but not misleading.

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, focused sentence with no unnecessary words. It front-loads the action and object, making it immediately scannable and understandable.

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

Completeness4/5

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

For a one-parameter read-only tool with an output schema, the description is nearly sufficient. The only gaps are minor: it doesn't note the exact URL format for siteUrl or the relationship to submit_sitemap/delete_sitemap, but these are not necessary for a correct call and the output schema covers return values.

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% (siteUrl described as 'Search Console property'), and the tool description simply mirrors that same wording. No additional parameter semantics, formatting details, or usage constraints are provided, so the description adds no value beyond the schema.

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 ('List') and resource ('sitemaps submitted for a Google Search Console property'), with the qualifier 'submitted' narrowing scope precisely. This clearly distinguishes it from siblings such as submit_sitemap and delete_sitemap.

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?

No guidance is given on when to use this tool versus alternatives like submit_sitemap or delete_sitemap. The description does not mention any conditions, prerequisites, or exclusions, leaving the agent to infer usage from the tool name and sibling list.

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