Skip to main content
Glama
Dorkside

siteone-mcp-server

by Dorkside

generate_sitemap

Crawls a website to generate an XML sitemap for SEO audits or search engine submission. Returns the sitemap file path and crawl summary.

Instructions

Crawl a website and generate an XML sitemap file. Returns the sitemap file path and a crawl summary. Use for SEO audits or submitting sitemaps to search engines.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesTarget URL to crawl
max_depthNoMaximum crawl depth (SiteOne default is unlimited; 10 is safer for MCP use)
output_fileNoOutput filename for the sitemapsitemap.xml
Behavior2/5

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

No annotations are provided, so the description must carry full behavioral transparency. It states it crawls and generates a sitemap, but does not disclose side effects (e.g., writing a file), rate limits, or whether it's safe/read-only. For a tool that creates a file, this is a notable gap.

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, front-loaded with the primary action and return value, followed by a clear use case. Every sentence earns its place; there is no waste or redundancy.

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 simple 3-parameter tool with no output schema, the description conveys the core function, return value, and use case. It is mostly complete, though it could add a note about whether the crawl is limited or has any side effects. Overall, it is adequate for basic usage.

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 input schema covers all 3 parameters with descriptions and defaults, so the description does not need to add parameter details. The description adds no extra meaning beyond the schema, matching the baseline of 3 for full schema coverage.

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's purpose: 'Crawl a website and generate an XML sitemap file.' It also specifies the return value (file path and crawl summary), making it distinct from sibling tools like crawl_site which only crawl.

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?

The description provides a clear use case ('Use for SEO audits or submitting sitemaps to search engines'), giving context for when to use it. However, it does not explicitly mention alternatives or when not to use it, so it lacks exclusion 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/Dorkside/siteone-mcp-server'

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