set_cell
Assign a new value to a specific cell in an item using project, board, item, and column identifiers.
Instructions
Set a single cell value on an item by columnId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | The new cell value; shape depends on the column type | |
| itemId | Yes | Item (row) id | |
| boardId | Yes | Board id (from list_boards / create_board) | |
| columnId | Yes | Column id (from get_board_schema) | |
| projectId | Yes | Project id (from list_projects / create_project) |