Add Card External Link
kaiten_add_card_external_linkAttach an external URL to a card to reference Jira issues, GitHub PRs, or design docs without cluttering the description. Provide a card ID and link to add it.
Instructions
Attach an external link (URL) to a card. Useful for linking to Jira issues, GitHub PRs, design docs, etc., without bloating the card description. url must be a valid URL (max 16384 chars). description is optional (max 512 chars). cardId from kaiten_get_card. Returns: the created link (simplified per verbosity). NOTE: the POST response does not carry card_id / external_link_id — those fields only appear in the subsequent kaiten_list_card_external_links response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | External URL (max 16384 chars) | |
| cardId | Yes | Card ID (from kaiten_search_cards or kaiten_get_card) | |
| verbosity | No | Detail: raw|min(default)|normal|max | min |
| description | No | Optional human-readable label (max 512 chars) |