Attach Subtask
kaiten_attach_subtaskLink an existing child card to a parent card as a subtask. Re-attaching the same pair is idempotent, preventing duplicate links.
Instructions
Link an existing child card to a parent card. Subtask = a real Kaiten card linked as a child (NOT a checklist item — for to-do items use kaiten_add_checklist_item). Child via kaiten_create_card; verify via kaiten_list_subtasks. Idempotent — re-attaching the same pair returns success without creating a duplicate link. Cycles (A→B and B→A) and cross-board attaches are accepted by Kaiten without warning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| childCardId | Yes | Child card ID | |
| parentCardId | Yes | Parent card ID |