sync_network_graph
Fetch the canonical root network graph and return a bounded sync snapshot. Durable writes require configured persistence.
Schema and Policy
{
"name": "sync_network_graph",
"description": "Fetch the canonical root network graph and return a bounded sync snapshot. Durable writes require configured persistence.",
"inputSchema": {
"type": "object",
"properties": {}
},
"category": "Registry",
"authRequired": true,
"mutability": "write",
"status": "auth_required"
}