Update Card External Link
kaiten_update_card_external_linkUpdate an existing card's external link URL or description using card ID and link ID; pass null to clear the label. Preflight ensures the link belongs to the specified card.
Instructions
Update url or description of an existing card external link. At least one of url / description must be provided (empty PATCH rejected before the API call). description accepts null to clear the label. linkId belongs to a specific card — use kaiten_list_card_external_links to discover ids. Preflight verifies the link belongs to the given card before PATCHing, to prevent silent cross-card mutation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | New URL (max 16384 chars) | |
| cardId | Yes | Card ID (parent, from kaiten_search_cards) | |
| linkId | Yes | External link ID (from kaiten_list_card_external_links) | |
| verbosity | No | Detail: raw|min(default)|normal|max | min |
| description | No | New description (max 512 chars), or null to clear |