run_shortcut
Run an Apple Shortcut by name or list all shortcuts, with optional text input passed via a temporary file.
Instructions
List the user's Apple Shortcuts, or run one by name. Optional text input is written to a temporary file and passed to the shortcut as its input. A shortcut that waits for user interaction will block until it times out (30s).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Shortcut name (required for run). | |
| input | No | Optional text to pass to the shortcut as its input (staged to a temporary file, max 100000 characters). | |
| action | Yes | Action to perform. |