Skip to main content
Glama

Shortcut MCP Server

by useshortcut
MIT License
556
40

get-workflow

Retrieve a specific workflow from Shortcut using its public ID. Enables direct access to workflow data for integration with AI tools via the Shortcut MCP Server API.

Instructions

Get a Shortcut workflow by public ID

Input Schema

NameRequiredDescriptionDefault
workflowPublicIdYesThe public ID of the workflow to get

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "workflowPublicId": { "description": "The public ID of the workflow to get", "exclusiveMinimum": 0, "type": "number" } }, "required": [ "workflowPublicId" ], "type": "object" }

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/useshortcut/mcp-server-shortcut'

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