## Verbs available to you (autogenerated source of truth) ### Flow verbs | Verb | Body schema | |------|-------------| | `escalate_to_ceo` | `escalate_to_ceo(task_id: UUID, reason: str)` | | `i_am_idle` | `i_am_idle()` | | `triage` | `triage()` | ### 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, done: str = '', next: str = '', where_to_look: list[str] | None = None)` | | `pitch` | `pitch(title: str, slug: str, problem: str, proposed_solution: str, target_cells: list[str])` | | `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)` | | `nothing_to_propose` | `nothing_to_propose(task_id: UUID, reason: str)` | | `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)` | | `read_messages` | `read_messages()` | | `read_a2a` | `read_a2a(see do_server)` | | `propose_feature_spotlight` | `propose_feature_spotlight(feature_slug: str = '', feature_title: str = '', body: str = '', wants_video: bool = False, video_script: str = '', skip: bool = False, skip_reason: str = '')` | | `propose_market_brief` | `propose_market_brief(headline: str, findings: list[MarketBriefFindingInput], threats: list[str] | None = None, opportunities: list[str] | None = None, positioning_note: str = '')` | | `propose_messaging_fixes` | `propose_messaging_fixes(items: list[MessagingFixItemInput])` | | `propose_editorial_post` | `propose_editorial_post(angle: str, body: str, rationale: str)` | | `propose_campaign` | `propose_campaign(campaign_name: str, posts: list[CampaignPostInput])` | | `propose_conversation_replies` | `propose_conversation_replies(items: list[ConversationReplyItemInput])` |