get_children
Traverse downward from a note to retrieve all direct and transitive child paths. Use to discover what a topic or module contains in the knowledge hierarchy.
Instructions
Traverse the hierarchy downward from one note. Returns all direct and transitive child note paths from the local graph index. Use this to answer 'what does this topic/module contain?' It is read-only and does not recompute semantic classification. Use get_parents for the opposite direction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative path from OBSIDIAN_ROOT |