run_command
Execute an arbitrary shell command on the Qinglong server for advanced tasks. Use only when dedicated tools like run_crons or run_script cannot handle the job.
Instructions
⚠️ DANGEROUS: execute an arbitrary shell command on the Qinglong server (host shell, not container-shell restricted). Only for advanced use; prefer dedicated tools (run_crons / run_script) when possible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Shell command to execute (required) |