listTasks
Retrieve hierarchical task structures by listing root tasks or filtering by parentId to display direct child tasks for organized task orchestration.
Instructions
List tasks from hierarchical structure, optionally filtered by parentId. Returns root tasks if no parentId specified, or direct children of specified parent task.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
parentId | No | Filter tasks by parent ID to get direct children (optional, returns root tasks if not specified) |