Skip to main content
Glama

Raindrop.io

by adeze

createBookmark

Save and organize web links as bookmarks with title, tags, and descriptions in Raindrop.io collections using this tool. Streamline bookmark management for efficient access.

Instructions

Create a new bookmark

Input Schema

NameRequiredDescriptionDefault
collectionIdYesCollection ID
excerptNoShort description
importantNoMark as important
linkYesURL of the bookmark
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", "type": "number" }, "excerpt": { "description": "Short description", "type": "string" }, "important": { "description": "Mark as important", "type": "boolean" }, "link": { "description": "URL of the bookmark", "format": "uri", "type": "string" }, "tags": { "description": "List of tags", "items": { "type": "string" }, "type": "array" }, "title": { "description": "Title of the bookmark", "type": "string" } }, "required": [ "link", "collectionId" ], "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