Add comment
add-commentPost a comment on a Goby task and optionally start the agent to act on it. Use start_agent_run=true to get an agent response; by default no agent budget is spent.
Instructions
Post a comment on a task. By default the comment is written WITHOUT waking the Goby agent (no provider spend) — set start_agent_run=true to have the agent respond, exactly as if a person typed into the thread. Needs the comments:write scope. A comment still moves a todo task to in_progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Task key like OPS-42 | |
| body | Yes | Comment text (markdown) | |
| pinned | No | Pin to the top of the thread — for reference material such as a spec | |
| idempotency_key | No | ||
| start_agent_run | No | true → the agent reads and acts on the comment (spends provider budget). Default false |