Skip to main content
Glama

Shortcut MCP Server

by useshortcut
MIT License
556
40

add-external-link-to-story

Add external links to Shortcut stories to enhance project management and provide accessible references, leveraging the Shortcut MCP Server for streamlined integration.

Instructions

Add an external link to a Shortcut story

Input Schema

NameRequiredDescriptionDefault
externalLinkYesThe external link URL to add
storyPublicIdYesThe public ID of the story

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "externalLink": { "description": "The external link URL to add", "format": "uri", "maxLength": 2048, "type": "string" }, "storyPublicId": { "description": "The public ID of the story", "exclusiveMinimum": 0, "type": "number" } }, "required": [ "storyPublicId", "externalLink" ], "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