Add Card Member
kaiten_add_card_memberAdd a user to a card as a member using card ID and user ID. This assigns the user to the card so they appear in the member list.
Instructions
Attach a user to a card as a member. The user will be listed by kaiten_list_card_members with type=1 (member). Use kaiten_set_card_responsible to promote an existing member to type=2 (responsible). userId from kaiten_list_users or kaiten_list_space_users. Returns: the added user (simplified per verbosity) including the type field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cardId | Yes | Card ID (from kaiten_search_cards or kaiten_get_card) | |
| userId | Yes | User ID (from kaiten_list_users or kaiten_list_space_users) | |
| verbosity | No | Detail: raw|min(default)|normal|max | min |