Skip to main content
Glama

Raindrop.io

by adeze

exportBookmarks

Export bookmarks from Raindrop.io in CSV, HTML, or PDF formats. Customize exports by including broken links, duplicates, or specific collections for organized bookmark management.

Instructions

Export bookmarks in various formats

Input Schema

NameRequiredDescriptionDefault
brokenNoInclude broken links
collectionIdNoExport specific collection
duplicatesNoInclude duplicates
formatYesExport format

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "broken": { "description": "Include broken links", "type": "boolean" }, "collectionId": { "description": "Export specific collection", "type": "number" }, "duplicates": { "description": "Include duplicates", "type": "boolean" }, "format": { "description": "Export format", "enum": [ "csv", "html", "pdf" ], "type": "string" } }, "required": [ "format" ], "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