Skip to main content
Glama

Raindrop.io

by adeze

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/adeze/raindrop-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server