Skip to main content
Glama

Apple Shortcuts Server

by recursechat

run_shortcut

Execute Apple Shortcuts automations by name, optionally providing input for tailored workflows, using the Apple Shortcuts Server MCP integration.

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" }

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