list_labs
Retrieve a list of all available labs and their basic information from a specified path on the EVE-NG server using the MCP protocol.
Instructions
List available labs in EVE-NG.
This tool retrieves a list of all labs available in the specified path on the EVE-NG server, including their basic information.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | No | / |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"default": "/",
"title": "Path",
"type": "string"
}
},
"title": "list_labsArguments",
"type": "object"
}