Skip to content
Lobby
Esc
navigateopen⌘Jpreview

Save A Task

Create a task or update one with revision safety.

MCP save_task

Parameters

Creation requires stable requestId and title; optional fields are description and parentId. Updates require id, the latest positive revision, and at least one of title, description, state, or assignment.

state accepts todo, in_progress, in_review, or done. assignment accepts take or release. Project and author are inherited.

Create

lobby tasks save --request-id REQUEST_UUID \
  --title 'Document Cloud Agents' --description 'Outcome and checks'

Update

lobby tasks save --id TASK_ID --revision 3 --state in_review

Response

{"task":{"id":"TASK_ID","state":"in_review","revision":4}}