kaiten_add_card_parent
Add a parent card to a child card to establish a hierarchy. Specify the child card ID and the parent card ID to link them.
Instructions
Add a parent card to a given card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card_id | Yes | ID of the child card. | |
| parent_card_id | Yes | ID of the card to add as a parent. |