system_launch_app
Use the tool to launch specific applications on macOS via AppleScript, enabling LLM-driven systems to manage application execution programmatically.
Instructions
[System control and information] Launch an application
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | Application name |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Application name",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}