shell_ip
Manage and analyze network routing, devices, and interfaces through whitelisted shell commands. Execute commands securely with controlled resources and timeouts via the Shell-MCP server.
Instructions
Show / manipulate routing, network devices, interfaces and tunnels
Input Schema
Name | Required | Description | Default |
---|---|---|---|
args | No | Command arguments |
Input Schema (JSON Schema)
{
"properties": {
"args": {
"description": "Command arguments",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}