get_children
Get direct open tasks and subprojects for a category, project, inbox, or root. Returns only immediate children, so call repeatedly to drill into deeper levels.
Instructions
Get open tasks and subprojects in a category/project. Returns direct children only — call again for deeper levels. Note: orphans (tasks whose parentId points to a deleted/non-existent document) do NOT show up under 'unassigned' — only in get_today_items/get_due_items if they have a day/dueDate (live-tested 2026-08-29). Orphans are repaired by running FIX_CYCLES() in the app's console (a documented troubleshooting path).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_id | Yes | Category/project ID, 'unassigned' for the Inbox, or 'root' for the top level |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||