get_child_tasks
Retrieve subtasks and sub-projects from a parent task in Amazing Marvin. Use to view task hierarchies and optionally get all descendants recursively.
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.
Args: parent_id: ID of the parent task or project recursive: If True, recursively get all descendants (can be expensive)
Note: This is an experimental endpoint and may not work for all parent types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_id | Yes | ||
| recursive | No | ||
| debug | No |