Skip to main content
Glama
ToolTrace-io

ToolTrace MCP Server

Official

tooltrace_sitemap

Discover sitemap URLs, parse sitemap XML, and retrieve page URLs with last-modified dates and change frequencies.

Instructions

Inspect a website's sitemap. Discovers sitemap URLs, parses sitemap XML, and returns listed page URLs with last-modified dates and change frequencies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesWebsite URL or direct sitemap URL
renderNoRendering mode. 'never' = fast static fetch (1 credit). 'auto' = static first, browser if needed. 'always' = browser rendering (5 credits).auto

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It clearly describes the operation pipeline: discovering sitemap URLs, parsing sitemap XML, and returning page metadata. It does not cover failure modes or discovery specifics such as robots.txt handling, but the core behavioral contract is explicit and useful.

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 two sentences with no filler. The primary purpose is front-loaded, and the second sentence efficiently lists the behavioral steps and return values. Every phrase earns its place.

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?

For a low-complexity tool with two parameters and no output schema, the description covers what the tool does, what it returns, and the main input variations (website URL or direct sitemap URL). It omits edge cases like sitemap index files or missing-sitemap behavior, but an agent has enough information to call it correctly.

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%, with both 'url' and 'render' fully documented including render's credit costs and default. The tool description adds no additional parameter-specific meaning, so the baseline of 3 is appropriate.

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 verb-and-resource combination: inspect a website's sitemap, discover sitemap URLs, and parse sitemap XML. It clearly differentiates this from sibling tools by focusing on sitemap-specific outputs (page URLs, last-modified dates, change frequencies) rather than generic extraction or metadata.

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 purpose statement implies that this tool should be used when sitemap information is needed, but it does not explicitly say when to prefer it over alternatives like tooltrace_links or tooltrace_metadata. There are no exclusion criteria or named alternative tools, so the agent must infer usage from sibling names.

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/ToolTrace-io/mcp-server'

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