Skip to main content
Glama

EVE-NG MCP Server

by moimran

get_node_details

Retrieve comprehensive details about a specific node in EVE-NG, including configuration, status, interfaces, and connectivity, by providing the lab path and node ID.

Instructions

Get detailed information about a specific node. This tool retrieves comprehensive information about a node including its configuration, status, interfaces, and connectivity.

Input Schema

NameRequiredDescriptionDefault
argumentsYes

Input Schema (JSON Schema)

{ "$defs": { "GetNodeDetailsArgs": { "description": "Arguments for get_node_details tool.", "properties": { "lab_path": { "description": "Full path to the lab (e.g., /lab_name.unl)", "title": "Lab Path", "type": "string" }, "node_id": { "description": "Node ID to get details for", "title": "Node Id", "type": "string" } }, "required": [ "lab_path", "node_id" ], "title": "GetNodeDetailsArgs", "type": "object" } }, "properties": { "arguments": { "$ref": "#/$defs/GetNodeDetailsArgs" } }, "required": [ "arguments" ], "title": "get_node_detailsArguments", "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