Raindrop.io

by adeze
Verified

bulkTagBookmarks

Efficiently add or remove tags from multiple bookmarks in Raindrop.io to organize and manage your saved links with ease.

Instructions

Add or remove tags from multiple bookmarks

Input Schema

NameRequiredDescriptionDefault
idsYesList of bookmark IDs
operationYesWhether to add or remove the specified tags
tagsYesTags to apply

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ids": { "description": "List of bookmark IDs", "items": { "type": "number" }, "type": "array" }, "operation": { "description": "Whether to add or remove the specified tags", "enum": [ "add", "remove" ], "type": "string" }, "tags": { "description": "Tags to apply", "items": { "type": "string" }, "type": "array" } }, "required": [ "ids", "tags", "operation" ], "type": "object" }
ID: 6h8e8zmap0