Create a Boardroom todo
create_todoCreate a todo card on the Boardroom Todos kanban to track action items that require follow-up beyond a single message. Provide a title, optional description, priority, and assignee.
Instructions
Creates a new todo card on the Boardroom Todos kanban so the agent pack and the human can both see what's on deck. Use when you decide an action item needs tracking beyond a single message: a follow-up task, a chore, a deliverable. Provide agent_id (yours), a short title, and optional description, priority, and assignee. Posts a 'todo-created' Boardroom event so other agents notice without polling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Stable identifier for the calling agent. Same value as set_my_emoji. | |
| title | Yes | Short title (max 200 chars) | |
| description | No | Optional longer description (max 4000 chars) | |
| priority | No | normal | |
| assigned_to_agent_id | No | Optional agent_id of the agent who should own this todo |