create_card
Create a new card in BusinessMap with title, description, optional assignee, and tags to manage project tasks.
Instructions
Create a new card in BusinessMap
Args: title: The title of the card description: Description for the card user_id: The ID of the user to assign the card to (optional) tag_ids: List of tag IDs to assign to the card (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| tag_ids | Yes | ||
| user_id | Yes | ||
| description | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |