Skip to main content
Glama

Raindrop.io

by adeze

updateBookmark

Modify existing bookmarks in Raindrop.io by updating titles, descriptions, tags, importance, or moving them to new collections for organized access.

Instructions

Update an existing bookmark

Input Schema

NameRequiredDescriptionDefault
collectionIdNoCollection ID to move the bookmark to
excerptNoShort excerpt or description
idYesBookmark ID
importantNoMark as important
tagsNoList of tags
titleNoTitle of the bookmark

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "collectionId": { "description": "Collection ID to move the bookmark to", "type": "number" }, "excerpt": { "description": "Short excerpt or description", "type": "string" }, "id": { "description": "Bookmark ID", "type": "number" }, "important": { "description": "Mark as important", "type": "boolean" }, "tags": { "description": "List of tags", "items": { "type": "string" }, "type": "array" }, "title": { "description": "Title of the bookmark", "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