Back to tools

validate_no_dead_sitemap_links

Bounded dead-link check for URLs generated into MCP sitemap files.

Schema and Policy
{
  "name": "validate_no_dead_sitemap_links",
  "description": "Bounded dead-link check for URLs generated into MCP sitemap files.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "limit": {
        "type": "number"
      }
    }
  },
  "category": "Sites",
  "authRequired": false,
  "mutability": "read",
  "status": "active"
}