Skip to main content
Glama
Akxan
by Akxan

Sitemap fetch and URL health check

sitemap_check
Read-onlyIdempotent

Fetch sitemap URLs and check HTTP status codes to identify 404s, redirects, and server errors. Supports auto-discovery from site root.

Instructions

Fetch a sitemap (sitemap index supported, .gz supported), list its URLs, and check the HTTP status of a sample (or all) of them to find 404s, redirects and server errors. Pass a site root to auto-discover the sitemap from robots.txt or /sitemap.xml.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesSitemap URL, or the site root (e.g. https://example.com/) to auto-discover.
checkAllNoCheck every URL (capped at 500).
listUrlsNoInclude the full URL list in the response.
sampleSizeNoHow many URLs to status-check (0 = list only). Sampled evenly across the sitemap.
concurrencyNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.3.0

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, covering the safety profile. The description adds valuable behavioral details such as sitemap index support, .gz handling, sampling vs. all URLs, a 500 cap for checkAll, and even sampling logic, which go beyond the 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 three concise sentences with the primary action front-loaded. It covers the core functionality, format support, and auto-discovery without any redundant or vague phrasing.

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?

Given the tool's moderate complexity and the lack of an output schema, the description explains the main actions and expected results (identifying 404s, redirects, errors) but does not detail the response structure or error handling. While sufficient for an agent to call correctly, a bit more detail on output would make it 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 description coverage is 80%, so the schema already documents most parameters (url, checkAll, listUrls, sampleSize). The description adds minimal parameter-specific meaning—it mentions auto-discovery for url and sampling for sampleSize, but these are already in the schema. Concurrency lacks a description in the schema and the description does not compensate for that gap.

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 explicitly states the tool fetches a sitemap, lists URLs, and checks HTTP status to identify 404s, redirects, and server errors. It also mentions auto-discovery from robots.txt or /sitemap.xml, making the purpose specific and distinct from sibling tools like site_crawl or robots_check.

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 context on what the tool does and how to use it, including the option to pass a site root for auto-discovery. It does not explicitly name alternative tools or exclusion conditions, but the usage is straightforward and unlikely to be confused with siblings.

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

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/Akxan/google-seo-mcp'

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