List Subtasks
kaiten_list_subtasksRetrieve child cards (subtasks) linked to a specified parent card using its ID. Returns a list of subtask details, with configurable verbosity levels.
Instructions
List child cards linked to a parent card. cardId is the PARENT card; the tool returns its CHILD cards. Add new children: kaiten_create_card + kaiten_attach_subtask. An alternative is kaiten_get_card(cardId, includeChildren=true), which embeds the children inline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cardId | Yes | Parent card ID | |
| verbosity | No | Detail: raw|min(default)|normal|max | min |