create_board
Create a new board in Huly, or return the existing board with the same name. Specify project type when the default is ambiguous.
Instructions
Create a Huly board. Idempotent by exact active board name; pass projectType by _id or exact name only when the default board project type is ambiguous.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | a string that will be trimmed | |
| description | No | Plain text board description. | |
| private | No | Whether the board is private (default: false). | |
| projectType | No | a string that will be trimmed |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |