create_board
Create a new board in a specified space by providing space ID and title. Optionally include a description to clarify the board's purpose for managing tasks.
Instructions
Create a new board in a space.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Board title | |
| space_id | Yes | Space ID to create the board in | |
| description | No | Board description |