Skip to main content
Glama

Shortcut MCP Server

by useshortcut
MIT License
556
40

add-task-to-story

Assign and describe tasks directly within a story using the Shortcut MCP Server. Input story ID, task details, and owner IDs to enhance project management workflows.

Instructions

Add a task to a story

Input Schema

NameRequiredDescriptionDefault
storyPublicIdYesThe public ID of the story
taskDescriptionYesThe description of the task
taskOwnerIdsNoArray of user IDs to assign as owners of the task

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" }, "taskDescription": { "description": "The description of the task", "minLength": 1, "type": "string" }, "taskOwnerIds": { "description": "Array of user IDs to assign as owners of the task", "items": { "type": "string" }, "type": "array" } }, "required": [ "storyPublicId", "taskDescription" ], "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