tune-basic-toolset
Version:
Basic toolset for tune
18 lines (17 loc) • 397 B
JSON
{
"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"]
}
}