Skip to main content
Glama

EVE-NG MCP Server

by moimran

list_lab_networks

Retrieve detailed information about all networks configured in a specified lab, including their types and connections, via the EVE-NG MCP Server.

Instructions

List all networks in a lab. This tool retrieves information about all networks configured in the specified lab, including their types and connections.

Input Schema

NameRequiredDescriptionDefault
argumentsYes

Input Schema (JSON Schema)

{ "$defs": { "ListNetworksArgs": { "description": "Arguments for list_networks tool.", "properties": { "lab_path": { "description": "Full path to the lab (e.g., /lab_name.unl)", "title": "Lab Path", "type": "string" } }, "required": [ "lab_path" ], "title": "ListNetworksArgs", "type": "object" } }, "properties": { "arguments": { "$ref": "#/$defs/ListNetworksArgs" } }, "required": [ "arguments" ], "title": "list_lab_networksArguments", "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