Raindrop.io MCP Server

by hiromitsusasaki
Verified

create-bookmark

Save a URL as a bookmark in Raindrop.io, optionally adding a title, tags, or specifying a collection, through the Raindrop.io MCP Server integration.

Instructions

Create a new bookmark in Raindrop.io

Input Schema

NameRequiredDescriptionDefault
collectionNoCollection ID to save to (optional)
tagsNoTags for the bookmark (optional)
titleNoTitle for the bookmark (optional)
urlYesURL to bookmark

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection ID to save to (optional)", "type": "number" }, "tags": { "description": "Tags for the bookmark (optional)", "items": { "type": "string" }, "type": "array" }, "title": { "description": "Title for the bookmark (optional)", "type": "string" }, "url": { "description": "URL to bookmark", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools from Raindrop.io MCP Server

Related Tools

ID: o0ulse0qwk