UNPKG

tune-basic-toolset

Version:
13 lines 271 B
{ "description": "Execute osascript command and return output", "parameters": { "type": "object", "properties": { "text": { "type": "string", "description": "The osascript command to execute" } }, "required": ["text"] } }