Skip to main content
Glama

sitemap_urls

Read-onlyIdempotent

List page URLs from competitor sitemaps to map content structure. Discovers sitemaps via robots.txt or /sitemap.xml, follows indexes, and supports filtering by substring.

Instructions

List page URLs from a competitor's sitemaps to map its content structure.

Discovers sitemaps via robots.txt (falls back to /sitemap.xml), follows sitemap indexes recursively and reads gzipped sitemaps.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteYesDomain or URL, e.g. example.com
limitNo
containsNoKeep only URLs containing this substring

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteYes
urlsYes
sitemapsYesSitemap files that were read
total_foundYesMatching URLs found before the limit was applied

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior4/5

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

Beyond the annotations (readOnly, openWorld, idempotent), the description discloses the discovery process (robots.txt, fallback to /sitemap.xml), recursive following of sitemap indexes, and handling of gzipped sitemaps. This gives useful behavioral insight that annotations do not cover.

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 concise sentences with the primary purpose front-loaded and the technical discovery details following. No redundant 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 existence of an output schema and the detailed behavioral description, the tool is well-specified. It could mention failure modes (e.g., no sitemap found) but that's minor.

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?

The schema covers site and contains with descriptions; limit lacks a description but has default/max/min. The tool description does not elaborate on any parameters, so it adds no value beyond the schema. With 67% coverage, it's borderline; clarifying limit's effect would have helped.

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 action (List page URLs), the resource (competitor's sitemaps), and the purpose (to map its content structure). This distinguishes it from siblings that focus on keywords, trends, or page outlines.

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 use case (mapping competitor content) but does not explicitly contrast with alternatives or state when not to use. Since no sibling is similar, it's somewhat implied, 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.