kaiten_add_card_child
Create a parent-child link between Kaiten cards by providing the parent card ID and the child card ID to structure tasks hierarchically.
Instructions
Add a child card to a given card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card_id | Yes | ID of the parent card. | |
| child_card_id | Yes | ID of the card to add as a child. |