fetch_network_sitemap
Fetch and parse platphormnews.com/sitemap-main.xml to discover all URLs across the network. Returns structured sitemap data with lastmod, changefreq, and priority.
Schema and Policy
{
"name": "fetch_network_sitemap",
"description": "Fetch and parse platphormnews.com/sitemap-main.xml to discover all URLs across the network. Returns structured sitemap data with lastmod, changefreq, and priority.",
"inputSchema": {
"type": "object",
"properties": {
"sitemapUrl": {
"type": "string"
},
"headers": {
"type": "object",
"additionalProperties": true
},
"timeout": {
"type": "number"
},
"maxRetries": {
"type": "number"
}
}
},
"category": "Network",
"authRequired": false,
"mutability": "read",
"status": "active"
}