run_command
Execute shell commands on an OpenWrt router for operations not covered by specialized tools.
Instructions
Execute a shell command on the OpenWrt router. Use for any command-line operation not covered by specialized tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The shell command to execute | |
| timeout | No | Command timeout in milliseconds (default: 30000) |