shell_lspci
List PCI devices on a system by executing the lspci command through Shell-MCP, enabling structured device discovery for integration with MCP-compatible LLMs and systems.
Instructions
List PCI 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"
}