list_children
Retrieve the tasks and sub-projects inside a specified project or category by ID or name. Use it to inspect direct child items and navigate your workspace hierarchy.
Instructions
Open tasks and sub-projects directly inside a project/category (by id or name).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| parent | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | matches before `limit` was applied | |
| tasks | Yes | ||
| parent | Yes | ||
| truncated | No | ||
| subprojects | Yes |