shell_lsusb
List connected USB devices by executing a whitelisted shell command on Shell-MCP. Enables secure and controlled device detection for integration with MCP-compatible systems.
Instructions
List USB devices
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"
}