get_smart_view_bookmarks
List the bookmarks inside a Smart View, optionally scoped to one tab/bucket. Use the returned ids with archive_bookmarks / tagging tools to act on the view.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The smart view slug. | |
| limit | No | Page size (1-100). | |
| bucket | No | Which tab/bucket of the view to read (default: all). | |
| cursor | No | Numeric offset for the next page. |