Skip to main content
Glama

osint-terminal

Sitemap

sitemap

Sitemap: Fetch sitemap.xml + list URLs

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure, but it only says 'Fetch' and 'list URLs'. It does not disclose that this makes an external network request, how the sitemap is retrieved (domain vs URL), error/timeout behavior, or any limits, so behavior remains under-specified.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The one-line description is very concise and front-loaded, with the action stated immediately. However, it is terse to the point of omitting needed semantic context; while efficient, the title prefix is slightly redundant.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite the tool's low structural complexity (single optional parameter), a successful call depends on understanding the input and fetch behavior, neither of which is described. The output schema can cover return values, but the missing q semantics and usage guidance leave the description incomplete for reliable invocation.

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

Parameters1/5

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

The input schema defines one parameter q with 0% description coverage, and the description does not explain what q should contain (e.g., domain, URL, search text). Since q is not required and has a default, an agent cannot reliably know whether or how to supply it.

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 states a specific action ('Fetch sitemap.xml') and outcome ('list URLs'), clearly identifying the tool's purpose and distinguishing it from sibling tools like robots or securitytxt. It goes beyond a tautology of the name.

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 the tool should be used when a site's sitemap URLs are needed, but it provides no explicit when-to-use guidance, no alternatives, and no mention of the q input's role. Agents are left to infer the usage context from the brief purpose statement.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources