run_applescript
Execute AppleScript code on macOS to automate tasks like sending emails, organizing files, and controlling system actions using the automator-mcp server.
Instructions
Execute AppleScript code on macOS
Input Schema
Name | Required | Description | Default |
---|---|---|---|
script | Yes | AppleScript code to execute |
Input Schema (JSON Schema)
{
"properties": {
"script": {
"description": "AppleScript code to execute",
"type": "string"
}
},
"required": [
"script"
],
"type": "object"
}