Back to tools

get_network_graph

Return the current root network graph summary and bounded site list from the canonical graph source.

Schema and Policy
{
  "name": "get_network_graph",
  "description": "Return the current root network graph summary and bounded site list from the canonical graph source.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "limit": {
        "type": "number"
      }
    }
  },
  "category": "Network",
  "authRequired": false,
  "mutability": "read",
  "status": "active"
}