Skip to main content
Glama

update-task

Modify task details in Shortcut stories including description, assignees, and completion status to keep project work organized and current.

Instructions

Update a task in a story

Input Schema

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

Input Schema (JSON Schema)

{ "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/ampcome-mcps/shortcut-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server