run_command
Safely execute shell commands through a subprocess, returning the output with error handling and timeout management for LLM applications.
Instructions
Execute a shell command using subprocess and return the output
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes |