get-tag-bookmarks
Retrieve bookmarks associated with a specific tag using pagination. Optionally include full content and sort by creation date.
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. |