shell_netstat
Monitor and analyze network connections using Shell-MCP. Execute whitelisted netstat commands to retrieve detailed connection information for integration with LLMs and systems.
Instructions
Network connection information
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"
}