run_shell_command
Run a shell command and return its output or error message.
Instructions
Run a shell command and return the output.
Args:
command: Shell command to execute
Returns:
Command output or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes |