Remove Card Tag
kaiten_remove_tagRemove a tag from a card using cardId and tagId. Verify success with list_card_tags, as Kaiten may report success even if the tag wasn't attached.
Instructions
Remove a tag from a card. WARNING: Kaiten returns success even when tagId does not belong to the card (or doesn't exist at all). Verify the tag is actually attached via kaiten_list_card_tags before relying on the success message. tagId from kaiten_list_card_tags or kaiten_add_tag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tagId | Yes | Tag ID | |
| cardId | Yes | Card ID |