get_raindrops
Retrieve bookmarks from a specified Raindrop collection, with options to search, sort, paginate, and include nested collections. Filter by collection ID to access all, unsorted, or trash.
Instructions
Get bookmarks from a collection with optional search and filtering. collectionId: 0=all, -1=unsorted, -99=trash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (0-indexed) | |
| sort | No | Sort: -created (default), created, score, -sort, title, -title, domain, -domain | -created |
| nested | No | Include bookmarks from nested collections | |
| search | No | Search query | |
| perpage | No | Results per page (max 50) | |
| collectionId | No | Collection ID (0=all, -1=unsorted, -99=trash) |