workboard_create_activity_tool
Creates a new action item on a WorkBoard workstream, with optional fields for state, priority, effort, due date, owner, and custom column.
Instructions
Create a new action item (card) on a WorkBoard workstream.
State must be "next", "doing", "done", or "pause". Priority must be "low", "med", or "high". Effort must be "easy", "medium", or "huge".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ai_description | Yes | Description of the action item — shown as the card title (required) | |
| ai_note | No | Notes or body text for the action item (optional) | |
| ai_workstream | No | Workstream ID to place the action item in (optional) | |
| ai_team | No | Team ID to associate with (optional) | |
| ai_owner | No | Owner user ID or email (optional) | |
| ai_state | No | Initial state: next, doing, done, or pause (optional) | |
| ai_priority | No | Priority: low, med, or high (optional) | |
| ai_effort | No | Effort estimate: easy, medium, or huge (optional) | |
| ai_due_date | No | Due date as UNIX timestamp string (optional) | |
| ai_column | No | Custom Kanban column ID to place the card in (optional). Workstreams can define custom columns within each state (e.g. "Homework", "Interlocks", "Active" within "doing"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||