Skip to main content
Glama
danishm

mcp-site-analyst

by danishm

gsc_list_sitemaps

List all sitemaps submitted to Google Search Console for a site, enabling verification of submission status.

Instructions

List all sitemaps submitted to Google Search Console for a site.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteUrlYesSite URL as registered in Search Console
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It states the operation is a list (implying a non-destructive read), but it does not disclose details like response format, pagination, or whether it returns only submitted sitemaps or all discovered ones. Given the simplicity, it meets the minimum but lacks extra behavioral context.

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 redundant words. It efficiently conveys the tool's purpose and scope.

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 simple list tool with one parameter, the description covers the core purpose adequately. However, it does not mention what the output looks like (e.g., URLs only vs. additional metadata), and there is no output schema to fill that gap. Since the tool is straightforward, a score of 4 is reasonable.

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% for the single parameter siteUrl, which already has a clear description. The tool description adds little beyond the schema, merely restating 'for a site.' Baseline 3 is appropriate since the schema does the heavy lifting.

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 uses a specific verb ('List') and clearly identifies the resource ('sitemaps submitted to Google Search Console') and scope ('for a site'). It distinguishes itself from siblings like gsc_get_sitemap (which likely handles a single sitemap) and gsc_list_sites (which lists sites).

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 a straightforward use case (when you need all sitemaps for a site) but provides no explicit guidance on when to choose this tool over alternatives such as gsc_get_sitemap. No exclusions or alternative tool references are mentioned.

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/danishm/mcp-site-analyst'

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