create_card
Create a new task card in a Huly card space by specifying a master tag and title. Add markdown-formatted content, and get the card ID.
Instructions
Create a new card in a Huly card space. Requires a master tag (card type). Content supports markdown formatting. Returns the created card id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | a string that will be trimmed | |
| title | Yes | a string that will be trimmed | |
| parent | No | a string that will be trimmed | |
| content | No | Card content (markdown supported) | |
| cardSpace | Yes | a string that will be trimmed |