## Verbs available to you (autogenerated source of truth) ### Flow verbs | Verb | Body schema | |------|-------------| | `complete` | `complete(task_id: UUID, notes: str)` | | `delegate` | `delegate(parent_task_id: UUID, title: str, description: str, assigned_to: str, team: str, task_type: str, nature: str, estimated_complexity: str, acceptance_criteria: list[str], project_id: UUID | None = None)` | | `escalate_up` | `escalate_up(task_id: UUID, reason: str)` | | `give_me_work` | `give_me_work()` | | `i_am_idle` | `i_am_idle()` | | `i_will_plan` | `i_will_plan(task_id: UUID, plan: str, approach: str, sub_tasks: list[str | str] = PydanticUndefined, technical_considerations: list[str] = PydanticUndefined, risks: list[str | str] = PydanticUndefined, open_questions: list[str | str | bool] = PydanticUndefined)` | | `reassign` | `reassign(task_id: UUID, new_assignee: str)` | | `resume` | `resume(task_id: UUID)` | | `submit_up` | `submit_up(task_id: UUID, notes: str)` | | `triage` | `triage()` | | `unblock` | `unblock(task_id: UUID, restore: bool = True)` | | `unclaim` | `unclaim(task_id: UUID)` | ### 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)` | | `say` | `say(channel: str, text: str, task_id: UUID | None = None)` | | `dm` | `dm(recipient: str, text: str, task_id: UUID | None = None, skill: str | None = None)` | | `notify` | `notify(target: str, text: str, priority: str = 'normal', task_id: UUID | None = None)` | | `evidence` | `evidence(task_id: UUID)` | | `open_session` | `open_session(task_id: UUID, channel: str, topic: str, relationship_type: str = 'discussion', group_id: UUID | None = None)` | | `link_session` | `link_session(session_id: UUID, task_id: UUID, is_primary: bool = False, relationship_type: str = 'discussion')` | | `pr_update` | `pr_update(see do_server)` | | `notify_list` | `notify_list(unread_only: bool = True, pending_ack_only: bool = False, limit: int = 20)` | | `notify_get` | `notify_get(notification_id: UUID)` | | `notify_ack` | `notify_ack(notification_id: UUID)` | | `channels` | `channels()` |