cml-node-operations
Installation
SKILL.md
CML Node Operations
MCP Server
- Command:
cml-mcp(pip-installed, stdio transport) - Requires:
CML_URL,CML_USERNAME,CML_PASSWORDenvironment variables - Optional:
cml-mcp[pyats]for CLI execution via pyATS
Available Tools
Node Lifecycle
| Tool | Parameters | What It Does |
|---|---|---|
start_node |
lab_id/lab_title, node_id/node_label |
Start (boot) a single node |
stop_node |
lab_id/lab_title, node_id/node_label |
Stop (shutdown) a single node |
get_node |
lab_id/lab_title, node_id/node_label |
Get node details: state, CPU, RAM, interfaces, config |
get_nodes |
lab_id/lab_title |
List all nodes with their current states |
wipe_node |
lab_id/lab_title, node_id/node_label |
Wipe a node's configuration (reset to default) |