get_note_tree
Retrieve a note's hierarchy by fetching its children up to a specified depth, starting from any parent note or the top-level root.
Instructions
Get the children/hierarchy of a note
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | How many levels deep to retrieve (default: 1, max: 5) | |
| noteId | No | The ID of the parent note (default: "root" for top-level notes) | root |