1 2 3 4 5 6 7 8 9 10 11
{ "name": "run_bash", "description": "Execute a bash command and return its output", "parameters": { "type": "object", "properties": { "command": { "type": "string", "description": "Shell command to execute" } }, "required": ["command"] } }