update_board
Update a board's name, description, or privacy settings. Specify board by ID or exact name.
Instructions
Update a Huly board's name, description, or privacy. board accepts board _id or exact board name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board | Yes | a string that will be trimmed | |
| name | No | a string that will be trimmed | |
| description | No | New plain text board description. Pass null to clear; empty string is also accepted. | |
| private | No | Whether the board is private. |
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. |