List Card External Links
kaiten_list_card_external_linksList external links on a Kaiten card (Jira, GitHub PRs, design docs) without editing its description. Supply a cardId to return URLs, descriptions, and timestamps.
Instructions
List external links attached to a card. External links are URLs (Jira issues, GitHub PRs, design docs, etc.) that live in their own UI section on the card — separate from the card description, so attaching one does not pollute the description text. Returns id, url, description plus timestamps. Empty array if the card has no external links. cardId from kaiten_get_card or kaiten_search_cards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cardId | Yes | Card ID (from kaiten_search_cards or kaiten_get_card) | |
| verbosity | No | Detail: raw|min(default)|normal|max | min |