Add board card
board_add_cardCreate a new card in a workspace kanban board. Provide workspace path and card title; optionally add notes and select a column.
Instructions
Create a card (id T-N). Defaults to first column (Inbox) if column_id omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional notes/body | |
| title | Yes | Card title | |
| column_id | No | Target column id (e.g. col_inbox) | |
| workspace | Yes | Absolute path to the project workspace root (contains .webcli/board.json) |