Skip to main content

Tasks

MCP tools for the Tasks module. See the Tasks module docs for permissions and data model.

list-tasks

List tasks

Arguments

ArgumentTypeRequiredDescription
projectIdstringno
workflowIdstringno
statestringno
statusstringno
assigneestringno
limitnumbernoMaximum number of results to return
offsetnumbernoNumber of results to skip

create-task

Create a task

Arguments

ArgumentTypeRequiredDescription
projectIdstringno
workflowIdstringyes
titlestringyes
payloadobjectno
assigneestringno

get-task

Get a task

Arguments

ArgumentTypeRequiredDescription
taskIdstringyes

update-task

Update a task

Arguments

ArgumentTypeRequiredDescription
taskIdstringyes
titlestringno
payloadobjectnoPartial payload, shallow-merged over the existing payload. Omitted keys are preserved; provided keys overwrite. The merged result must satisfy the workflow's payload_schema.
assigneestringno

delete-task

Delete a task

Arguments

ArgumentTypeRequiredDescription
taskIdstringyes

transition-task

Transition a task

Arguments

ArgumentTypeRequiredDescription
taskIdstringyes
transitionstringyes
notestringno

get-task-history

Get task history

Arguments

ArgumentTypeRequiredDescription
taskIdstringyes