create_column
Add a new column to a Favro board to organize tasks and workflows. Specify column name, board, and position for custom project management.
Instructions
Create a new column on a board.
Args: name: Column name board: Board ID or name (uses current board if not specified) position: Position index (0-based), appends to end if not specified
Returns: The created column details
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| board | No | ||
| position | No |