Skip to main content
Glama

Raindrop.io

by adeze

updateCollection

Modify an existing collection in Raindrop.io by updating its title, visibility, sort order, or view type. Ensure accurate organization and presentation of your saved bookmarks.

Instructions

Update an existing collection

Input Schema

NameRequiredDescriptionDefault
idYesCollection ID
isPublicNoWhether the collection is public
sortNoSort order
titleNoNew title
viewNoView type

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Collection ID", "type": "number" }, "isPublic": { "description": "Whether the collection is public", "type": "boolean" }, "sort": { "description": "Sort order", "enum": [ "title", "-created" ], "type": "string" }, "title": { "description": "New title", "type": "string" }, "view": { "description": "View type", "enum": [ "list", "simple", "grid", "masonry" ], "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