get_board_cells
Retrieve all columns (cells) of a ScrumDo board. Each cell includes its id, name, and position to use when moving cards.
Instructions
List the columns (cells) of a board.
Each cell has an id, name, and position. Use the id when moving cards.
Args: project_slug: Board slug. Defaults to the configured project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_slug | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |