UNPKG

tune-basic-toolset

Version:
18 lines (17 loc) 397 B
{ "description": "Execute a shell command", "parameters": { "type": "object", "properties": { "text": { "type": "string", "description": "The shell command to execute" }, "host": { "type": "string", "description": "remote host like user@host.com to execute the shell comand on (uses ssh)" } }, "required": ["text"] } }