## Verbs available to you (autogenerated source of truth) ### Flow verbs | Verb | Body schema | |------|-------------| | `claim_gate_review` | `claim_gate_review(task_id: UUID)` | | `claim_pr_review` | `claim_pr_review(task_id: UUID)` | | `give_me_work` | `give_me_work()` | | `i_am_idle` | `i_am_idle()` | | `post_pr_review` | `post_pr_review(task_id: UUID, body: str, event: str = 'REQUEST_CHANGES', findings: list[str | Any] = PydanticUndefined)` | | `pr_fail` | `pr_fail(task_id: UUID, issues: list[str])` | | `pr_pass` | `pr_pass(task_id: UUID, notes: str)` | ### Content (do) tools | Tool | Body schema | |------|-------------| | `note` | `note(text: str, scope: str = 'note', task_id: UUID | None = None, title: str | None = None, context: str = '', options: list[str | str] | None = None, chosen: str = '', rationale: str = '', consequences: list[str] | None = None, what_done: str = '', what_learned: str = '', what_struggled: str = '', next_steps: list[str] | None = None, section: str | Any | None = None)` | | `evidence` | `evidence(task_id: UUID)` | | `notify_list` | `notify_list(unread_only: bool = True, pending_ack_only: bool = False, limit: int = 20)` | | `notify_get` | `notify_get(notification_id: UUID)` | | `channels` | `channels()` |