get-list-bookmarks
Retrieve bookmarks from a list using its stable ID, evaluating smart lists with saved queries. Supports pagination, sorting, and full content options.
Instructions
List bookmarks in a list by its stable id. Smart lists are evaluated using their saved query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of bookmarks to return per page. | |
| cursor | No | Cursor from a previous response to fetch the next page. | |
| listId | Yes | The id of the list whose bookmarks to retrieve. | |
| sortOrder | No | Sort by creation date. Defaults to newest first. | |
| includeContent | No | Whether to include each bookmark's full content. |