applescript-mcp

system_quit_app

[System control and information] Quit an application

Input Schema

NameRequiredDescriptionDefault
forceNoForce quit if true
nameYesApplication name

Input Schema (JSON Schema)

{ "properties": { "force": { "default": false, "description": "Force quit if true", "type": "boolean" }, "name": { "description": "Application name", "type": "string" } }, "required": [ "name" ], "type": "object" }