UNPKG

tune-basic-toolset

Version:
14 lines (13 loc) 248 B
{ "description": "Execute a shell command", "parameters": { "type": "object", "properties": { "text": { "type": "string", "description": "The shell command to execute" } }, "required": ["text"] } }