Apple Shortcuts Server

run_shortcut

Run a Shortcuts automation by name

Input Schema

NameRequiredDescriptionDefault
inputNoOptional input to pass to the shortcut
nameYesName of the shortcut to run

Input Schema (JSON Schema)

{ "properties": { "input": { "description": "Optional input to pass to the shortcut", "type": "string" }, "name": { "description": "Name of the shortcut to run", "type": "string" } }, "required": [ "name" ], "type": "object" }

You must be authenticated.

Other Tools