🔖 Bookmark tools
Create, search, update, delete, and bulk-edit bookmarks (raindrops).
Seven tools cover the full lifecycle of bookmarks — Raindrop calls them "raindrops".
| Tool | Description |
|---|---|
search_raindrops | Search or list bookmarks with advanced filters (broken, duplicates, important, untagged, domain, media type, date range, sort) |
get_raindrop | Get a single bookmark by ID |
create_raindrop | Create a new bookmark |
update_raindrop | Update an existing bookmark — title, excerpt, note, tags, or move to another collection |
delete_raindrop | Delete a bookmark (moves to trash) |
create_raindrops | Create multiple bookmarks in bulk |
bulk_raindrops | Bulk update, move, or delete bookmarks in a collection |
🔍 Search filters
search_raindrops is the workhorse. Beyond a plain text query, it accepts
filters for:
- Broken links — find bookmarks whose target no longer resolves.
- Duplicates — find URLs saved more than once.
- Important — limit to favourited bookmarks.
- Untagged — find bookmarks with no tags.
- Domain — restrict to a single host.
- Media type — articles, images, videos, documents, and so on.
- Date range — filter by when bookmarks were created.
- Sort — order the results.
📚 Bulk operations
create_raindropssaves many URLs in a single call.bulk_raindropsupdates, moves, or deletes multiple existing bookmarks within a collection at once — useful for re-tagging or archiving in batches.