get_lab_topology
Retrieve detailed lab topology, including nodes, networks, and connections, by specifying the lab path in EVE-NG MCP Server for network emulation management.
Instructions
Get lab topology information.
This tool retrieves the complete topology of the lab including all nodes, networks, and their connections.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
arguments | Yes |
Input Schema (JSON Schema)
{
"$defs": {
"GetTopologyArgs": {
"description": "Arguments for get_lab_topology tool.",
"properties": {
"lab_path": {
"description": "Full path to the lab (e.g., /lab_name.unl)",
"title": "Lab Path",
"type": "string"
}
},
"required": [
"lab_path"
],
"title": "GetTopologyArgs",
"type": "object"
}
},
"properties": {
"arguments": {
"$ref": "#/$defs/GetTopologyArgs"
}
},
"required": [
"arguments"
],
"title": "get_lab_topologyArguments",
"type": "object"
}