get_lab_details
Retrieve comprehensive details about a specific lab on the EVE-NG MCP Server, including metadata, nodes, networks, and current status.
Instructions
Get detailed information about a specific lab.
This tool retrieves comprehensive information about a lab including its metadata, nodes, networks, and current status.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
lab_path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"lab_path": {
"title": "Lab Path",
"type": "string"
}
},
"required": [
"lab_path"
],
"title": "get_lab_detailsArguments",
"type": "object"
}