Skip to main content
Glama

Siri Shortcuts MCP Server

by dvcrn

run_shortcut

Execute a Siri Shortcut by name or UUID using the Siri Shortcuts MCP Server, with optional input and output parameters for dynamic interaction.

Instructions

Run a shortcut by name or identifier (UUID) with optional input and output parameters

Input Schema

NameRequiredDescriptionDefault
inputNoThe input to pass to the shortcut. Can be text, or a filepath
nameYesThe name or identifier (UUID) of the shortcut to run

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "input": { "description": "The input to pass to the shortcut. Can be text, or a filepath", "type": "string" }, "name": { "description": "The name or identifier (UUID) of the shortcut to run", "type": "string" } }, "required": [ "name" ], "type": "object" }

Other Tools from Siri Shortcuts MCP 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/dvcrn/mcp-server-siri-shortcuts'

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