update-task
Modify task details within a Shortcut story, including description, ownership, and completion status, using story and task IDs via the MCP server integration.
Instructions
Update a task in a story
Input Schema
Name | Required | Description | Default |
---|---|---|---|
isCompleted | No | Whether the task is completed or not | |
storyPublicId | Yes | The public ID of the story | |
taskDescription | No | The description of the task | |
taskOwnerIds | No | Array of user IDs to assign as owners of the task | |
taskPublicId | Yes | The public ID of the task |