listTasks
Retrieve tasks from a hierarchical structure, optionally filtered by parent ID. Returns root tasks if no parent ID is specified, or direct children of the specified parent task.
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) |