Skip to main content
Glama

Shortcut MCP Server

by useshortcut
MIT License
556
40

update-task

Modify task details, update owners, mark completion status, and edit descriptions in Shortcut stories efficiently using this integration tool.

Instructions

Update a task in a story

Input Schema

NameRequiredDescriptionDefault
isCompletedNoWhether the task is completed or not
storyPublicIdYesThe public ID of the story
taskDescriptionNoThe description of the task
taskOwnerIdsNoArray of user IDs to assign as owners of the task
taskPublicIdYesThe public ID of the task

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "isCompleted": { "description": "Whether the task is completed or not", "type": "boolean" }, "storyPublicId": { "description": "The public ID of the story", "exclusiveMinimum": 0, "type": "number" }, "taskDescription": { "description": "The description of the task", "type": "string" }, "taskOwnerIds": { "description": "Array of user IDs to assign as owners of the task", "items": { "type": "string" }, "type": "array" }, "taskPublicId": { "description": "The public ID of the task", "exclusiveMinimum": 0, "type": "number" } }, "required": [ "storyPublicId", "taskPublicId" ], "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