create_board_card
Create a board card with automatic sequence numbering and markdown description support. Resolves kind and status from the board project type for consistent setup.
Instructions
Create a board card with safe defaults. Resolves kind/status from the board project type, increments the CARD-number sequence, and stores markdown description as inline Huly Markup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board | Yes | a string that will be trimmed | |
| title | Yes | a string that will be trimmed | |
| description | No | Board card description in markdown. Stored as inline Huly Markup. | |
| kind | No | a string that will be trimmed | |
| status | No | a string that will be trimmed | |
| assignee | No | Assignee Employee _id, exact email address, or exact person display name. | |
| members | No | Initial card members. Each entry accepts Employee _id, exact email, or exact person display name. | |
| location | No | Optional card location text. | |
| cover | No | Cover settings for a board card. | |
| startDate | No | Start date timestamp in milliseconds. | |
| dueDate | No | Due date timestamp in milliseconds. |
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. |