Skip to main content
Glama
atomno-labs

atomno-mcp-seo-audit

Official

check_sitemap

Parse a sitemap URL to verify format, count URLs, and find issues such as 404 errors, non-XML, HTTP links, missing lastmod, or exceeding 50,000 URLs.

Instructions

Скачать и разобрать sitemap по URL: формат (urlset/index), число URL и частые проблемы (404, не-XML, http-ссылки, отсутствие lastmod, превышение лимита 50 000). Фетч защищён от SSRF на стороне сервера.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL карты сайта, например https://example.ru/sitemap.xml
langNoЯзык сообщений: 'ru' или 'en'.ru

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description carries full burden. It describes the tool's behavior: downloading, parsing, checking for specific issues, and SSRF protection. It does not mention authentication or error handling but is fairly comprehensive for a sitemap checker.

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, front-loaded with the main action, no wasted words. The first sentence packs essential details, the second adds a relevant security note.

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?

Given the tool's simplicity (2 params) and presence of an output schema, the description covers all necessary aspects: download, parse, check issues. No critical gaps identified.

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

Parameters4/5

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

Schema coverage is 100% with both parameters described. The description adds context beyond the schema by explaining what the tool does with the URL and providing an example format. This adds meaningful value.

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 clearly states the tool downloads and parses a sitemap, identifies format and URL count, and checks for common issues like 404, non-XML, http links, missing lastmod, and exceeding 50,000 limit. It also mentions SSRF protection. This distinguishes it from sibling tools like validate_robots.

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 for checking sitemaps but does not explicitly state when to use versus alternatives or provide exclusions. Context is clear but lacks explicit guidance.

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/atomno-labs/mcp-seo-audit'

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