Get tree
bookmarks_get_treeRetrieves the entire Chrome bookmark tree or a branch under a given ID, revealing folder IDs for navigation and management.
Instructions
Return the whole bookmark tree (or the subtree under id). Use it to find folder ids. The ids of the top-level folders (Bookmarks bar / Other bookmarks) differ per Chrome profile, so call bookmarks_get_children with id 0 to look them up.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Return only the subtree under this id (omit for the whole tree) | |
| format | No | Output format: text = human-readable list, json = raw BookmarkTreeNode data | text |