UNPKG

tune-basic-toolset

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