Skip to main content
Glama

Apple Shortcuts Server

by recursechat

run_shortcut

Execute Apple Shortcuts automation by specifying its name and optional input. This tool integrates with the Apple Shortcuts Server to trigger predefined workflows directly.

Instructions

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 from Apple Shortcuts Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/recursechat/mcp-server-apple-shortcuts'

If you have feedback or need assistance with the MCP directory API, please join our Discord server