Get by id
bookmarks_getRetrieve specific Chrome bookmark nodes by their IDs, returning either human-readable text or raw JSON data for use in automation.
Instructions
Return the nodes with the given ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Array of node ids | |
| format | No | Output format: text = human-readable list, json = raw BookmarkTreeNode data | text |