execute_command
Execute terminal commands securely and retrieve output with a configurable timeout to prevent hanging processes.
Instructions
Execute terminal command and return results
Args:
command: Command line command to execute
timeout: Command timeout in seconds, default is 30 seconds
Returns:
Output of the command executionInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| timeout | No |