list_folders
Enumerate vault folders with note counts and subfolders to reveal the vault's hierarchy, omitting attachment-only directories.
Instructions
Enumerate the vault's folders as { path, notes (direct), total_notes (recursive), subfolders } rows sorted by path — the folder-level counterpart to list_notes, for seeing the vault's shape before searching or reading. Notes-only: attachment-only folders do not appear (use list_files), and root-level notes contribute no folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Relative depth cap: 1 = immediate children of the scope (or top-level folders when no folder is given) | |
| limit | No | Maximum number of folders to return (default 100; 0 = unbounded) | |
| folder | No | Restrict to folders under this folder. | |
| offset | No | Rows to skip, for pagination (default 0). |