Skip to main content
Glama

Raindrop.io

by adeze

shareCollection

Share a Raindrop.io collection by specifying emails, access level (view, edit, remove), and collection ID to enable collaborative bookmark management.

Instructions

Share a collection with others

Input Schema

NameRequiredDescriptionDefault
emailsNoEmail addresses to share with
idYesCollection ID
levelYesAccess level

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "emails": { "description": "Email addresses to share with", "items": { "format": "email", "type": "string" }, "type": "array" }, "id": { "description": "Collection ID", "type": "number" }, "level": { "description": "Access level", "enum": [ "view", "edit", "remove" ], "type": "string" } }, "required": [ "id", "level" ], "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