Skip to main content
Glama
OrtaMarco

seo-geo-mcp-server

by OrtaMarco

XML Sitemap Check

sitemap_check
Read-onlyIdempotent

Discover and validate an XML sitemap for SEO compliance: locate via robots.txt or standard paths, then check URL count, size, lastmod validity, off-origin URLs, and duplicates.

Instructions

Discover, fetch and validate an XML sitemap. Finds it via the robots.txt Sitemap: directive, then falls back to /sitemap.xml, /sitemap_index.xml and /sitemap-index.xml. Handles sitemap indexes (following children) and gzipped sitemaps.

Validates: URL count against the 50,000 limit, uncompressed size against 50 MiB, presence and W3C-datetime validity, URLs pointing off-origin, http:// URLs, and duplicates.

Args:

  • site (string): domain or any URL on it.

  • sitemap_url (string, optional): explicit sitemap URL.

  • follow_children (number): child sitemaps of an index to follow (default 3).

  • response_format ('markdown' | 'json'): output format (default 'markdown').

Returns: { found, type, url_count, child_sitemaps[], with_lastmod, invalid_lastmod[], newest_lastmod, off_origin_urls[], exceeds_url_limit, discovered_via, score, grade, findings[] }.

Example: "Check the sitemap for example.com" -> sitemap_check(site="example.com").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteYesDomain or any URL on it, e.g. 'example.com'.
sitemap_urlNoExplicit sitemap URL. Omit to discover it via robots.txt, then the conventional paths.
follow_childrenNoHow many child sitemaps of an index to follow (default 3).
response_formatNoOutput format: 'markdown' for a human-readable summary (default) or 'json' for the full structured payload.markdown

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
typeYes
bytesYes
foundYes
gradeYes
scoreYes
statusYes
entriesYes
findingsYes
url_countYes
with_lastmodYes
child_sitemapsYes
discovered_viaYes
duplicate_urlsYes
newest_lastmodYes
non_https_urlsYes
oldest_lastmodYes
invalid_lastmodYes
off_origin_urlsYes
exceeds_url_limitYes
exceeds_size_limitYes
child_sitemaps_followedYes
Behavior5/5

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

The annotations already declare readOnlyHint=true and idempotentHint=true, and the description adds substantial behavioral context: discovery via robots.txt and fallback paths, handling of gzipped/indexed sitemaps, and specific validation checks including URL count and lastmod validity. 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?

The description is about 150 words but efficiently uses three structured segments: discovery, validation, and invocation with example. Every sentence contributes details about the tool's behavior or expected use, avoiding redundancy with schema or annotations.

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?

For a tool of this complexity with rich schema annotations and an output schema, the description covers discovery logic, validation rules, parameters, return payload, and an example. It leaves no gaps about edge cases like sitemap indexes or gzipped sitemaps.

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%, so baseline is 3. The description repeats the schema parameter descriptions and adds an example mapping 'example.com' to the site parameter, but does not introduce new semantic information 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 uses specific verbs 'Discover, fetch and validate' with the resource 'XML sitemap', and distinguishes it clearly from sibling tools like robots_txt_check by focusing on sitemaps. It also enumerates specific validation checks, making the purpose unmistakable.

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?

It does not explicitly name alternative tools or when not to use it, but the example 'Check the sitemap for example.com' demonstrates a clear invocation. The description implies usage by stating what it does and how discovery works, but lacks explicit comparisons to siblings like link_audit or robots_txt_check.

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/OrtaMarco/seo-geo-mcp-server'

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