bulk_edit_raindrops
Update, move, or remove multiple bookmarks within a specific collection by selecting raindrop IDs and applying changes like tags or favorite status.
Instructions
Bulk update, move, or remove bookmarks in a specific collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Array of raindrop IDs. If omitted for update, all in collection may be affected. Required for remove and move. | |
| tags | No | Tags to set. Empty array removes all tags. | |
| important | No | Mark as favorite (true/false) | |
| operation | No | Action to perform | update |
| collectionId | Yes | Source collection ID where raindrops are currently located | |
| toCollectionId | No | Target collection ID for 'move' operation |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||