run_command
Execute shell commands in a specified working directory with timeout. Use for system tasks, but be aware of potential side effects.
Instructions
Execute a shell command. DESTRUCTIVE operation with side effects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory for the command | |
| command | Yes | The command to execute | |
| timeout | No | Timeout in milliseconds |