get-tag-bookmarks
Retrieve bookmarks tagged with a specific ID. Supports pagination, sorting, and optional full content inclusion.
Instructions
List bookmarks that have a given tag, with pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of bookmarks to return per page. | |
| tagId | Yes | The id of the tag whose bookmarks to fetch. | |
| cursor | No | Cursor from a previous response to fetch the next page. | |
| sortOrder | No | Sort order by creation date. Defaults to 'desc'. | |
| includeContent | No | If true, include each bookmark's full content. Defaults to false. |