Skip to main content
Glama

Raindrop.io

by adeze

updateHighlight

Modify existing highlights in Raindrop.io by updating text, color, or notes for better organization and clarity of saved bookmarks.

Instructions

Update an existing highlight

Input Schema

NameRequiredDescriptionDefault
colorNoNew color
idYesHighlight ID
noteNoNew note
textNoNew highlighted text

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "color": { "description": "New color", "type": "string" }, "id": { "description": "Highlight ID", "type": "number" }, "note": { "description": "New note", "type": "string" }, "text": { "description": "New highlighted text", "type": "string" } }, "required": [ "id" ], "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