sync_sitemap
Sync a site's sitemap by appending its URL to a GitHub repository.
Schema and Policy
{
"name": "sync_sitemap",
"description": "Sync a site's sitemap by appending its URL to a GitHub repository.",
"inputSchema": {
"type": "object",
"properties": {
"siteId": {
"type": "string",
"description": "Site ID"
},
"owner": {
"type": "string",
"description": "GitHub owner/org"
},
"repo": {
"type": "string",
"description": "GitHub repo name"
},
"path": {
"type": "string"
}
},
"required": [
"siteId",
"owner",
"repo"
]
},
"category": "Sites",
"authRequired": true,
"mutability": "write",
"status": "auth_required"
}