Skip to main content
Glama

EVE-NG MCP Server

by moimran

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

NameRequiredDescriptionDefault
argumentsYes

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/moimran/eveng-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server