update_many_raindrops
Modify multiple bookmarks simultaneously in a Raindrop.io collection by updating tags, favorites, covers, or moving them between collections.
Instructions
Update multiple raindrops at once within a collection
Args:
collection_id: ID of the collection containing raindrops to update
ids: Optional list of specific raindrop IDs to update
important: Set to True to mark as favorite, False to unmark
tags: List of tags to add (or empty list to remove all tags)
cover: URL for cover image (use '<screenshot>' to set screenshots for all)
target_collection_id: ID of collection to move raindrops to
nested: Include raindrops from nested collections
search: Optional search query to filter which raindrops to update
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection_id | Yes | ||
| ids | No | ||
| important | No | ||
| tags | No | ||
| cover | No | ||
| target_collection_id | No | ||
| nested | No | ||
| search | No |