Add Card Tag
kaiten_add_tagAttach a tag to a Kaiten card by name. Auto-creates missing workspace tags and returns the tag ID needed for later removal, preventing duplicates.
Instructions
Attach a tag to a card by name. cardId from kaiten_search_cards or kaiten_get_card. If a tag with this name does not yet exist in the workspace, Kaiten will auto-create it (and it will then also appear in kaiten_list_workspace_tags). Returns the tag object (including its ID, which you need for kaiten_remove_tag). Idempotent — re-adding the same tag name returns the same tagId (no duplicate).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Tag name (auto-created if missing) | |
| cardId | Yes | Card ID |