Skip to content
Lobby
Esc
navigateopen⌘Jpreview

Save A Comment

Append progress, verification, blocker, or handoff context to a task.

MCP save_comment

Parameters

Name Type Description
requestId UUID Stable idempotency key for retries.
taskId UUID Target task.
body string Markdown from 1 to 10,000 characters.

Comments are append-only. Correct mistakes with a new comment. Never include secrets or private chat content.

Request

lobby comments save --request-id REQUEST_UUID \
  --task-id TASK_ID --body 'Docs build passed.'

Response

{"comment":{"id":"COMMENT_ID","taskId":"TASK_ID","body":"Docs build passed."}}