Skip to main content
Glama

Shortcut MCP Server

by useshortcut
MIT License
556
40

add-relation-to-story

Establish connections between stories by defining relationships such as 'blocks', 'duplicates', or 'relates to' to enhance project tracking in Shortcut.

Instructions

Add a story relationship to a story

Input Schema

NameRequiredDescriptionDefault
relatedStoryPublicIdYesThe public ID of the related story
relationshipTypeNoThe type of relationshiprelates to
storyPublicIdYesThe public ID of the story

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "relatedStoryPublicId": { "description": "The public ID of the related story", "exclusiveMinimum": 0, "type": "number" }, "relationshipType": { "default": "relates to", "description": "The type of relationship", "enum": [ "relates to", "blocks", "blocked by", "duplicates", "duplicated by" ], "type": "string" }, "storyPublicId": { "description": "The public ID of the story", "exclusiveMinimum": 0, "type": "number" } }, "required": [ "storyPublicId", "relatedStoryPublicId" ], "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