get_child_tasks
Retrieve subtasks and sub-projects of a parent task or project. Use recursive mode to get the full hierarchy.
Instructions
Get child tasks of a specific parent task or project (experimental).
Use when you need to see subtasks within a project or parent task. Returns both tasks and sub-projects. Set recursive=True for deep hierarchy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_id | Yes | ID of the parent task or project | |
| recursive | No | If True, recursively get all descendants (can be expensive) | |
| debug | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| metadata | Yes | Metadata about the data itself | |
| summary | Yes | Human-readable insights | |
| debug | Yes | ||
| success | Yes | ||
| api_version | No | current | |
| response_version | No | 1.0 |