Shell-MCP

shell_lsusb

List all connected USB devices by executing a command through Shell-MCP, enabling integration with MCP-compatible LLMs for secure and controlled execution.

Instructions

List USB devices

Input Schema

NameRequiredDescriptionDefault
argsNoCommand arguments

Input Schema (JSON Schema)

{ "properties": { "args": { "description": "Command arguments", "items": { "type": "string" }, "type": "array" } }, "type": "object" }
ID: jyubrnnudg