Skip to main content
Glama

Shortcut MCP Server

by useshortcut
MIT License
556
40

create-story-comment

Add comments to stories in Shortcut to enhance collaboration and track progress directly through the MCP server. Input story ID and comment text to streamline communication.

Instructions

Create a comment on a story

Input Schema

NameRequiredDescriptionDefault
storyPublicIdYesThe public ID of the story
textYesThe text of the comment

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "storyPublicId": { "description": "The public ID of the story", "exclusiveMinimum": 0, "type": "number" }, "text": { "description": "The text of the comment", "minLength": 1, "type": "string" } }, "required": [ "storyPublicId", "text" ], "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