Skip to main content
Glama

Sitemap MCP Server

get_sitemap_tree

Fetch and parse the sitemap tree of any website by providing its homepage URL. Retrieve structured sitemap data and optionally include detailed page information.

Instructions

Fetch and parse the sitemap tree from a website URL

Input Schema

NameRequiredDescriptionDefault
include_pagesNoWhether to include page details in the response
urlYesThe URL of the website homepage (e.g., https://example.com)

Input Schema (JSON Schema)

{ "properties": { "include_pages": { "default": false, "description": "Whether to include page details in the response", "title": "Include Pages", "type": "boolean" }, "url": { "description": "The URL of the website homepage (e.g., https://example.com)", "title": "Url", "type": "string" } }, "required": [ "url" ], "title": "get_sitemap_treeArguments", "type": "object" }

You must be authenticated.

Other Tools from Sitemap MCP Server

Related Tools

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/mugoosse/sitemap-mcp-server'

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