Sitemap MCP Server

by mugoosse
Verified

parse_sitemap_content

Extract and process sitemap data from XML or text content to retrieve structured information, with optional inclusion of page details for comprehensive analysis.

Instructions

Parse a sitemap directly from its XML or text content

Input Schema

NameRequiredDescriptionDefault
contentYesThe content of the sitemap (XML, text, etc.)
include_pagesNoWhether to include page details in the response

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "The content of the sitemap (XML, text, etc.)", "title": "Content", "type": "string" }, "include_pages": { "default": false, "description": "Whether to include page details in the response", "title": "Include Pages", "type": "boolean" } }, "required": [ "content" ], "title": "parse_sitemap_contentArguments", "type": "object" }

You must be authenticated.

Other Tools from Sitemap MCP Server

Related Tools

ID: 07w9m4uqkl