Skip to main content
Glama

Raindrop.io

by adeze

getBookmarks

Retrieve your saved bookmarks from Raindrop.io with customizable filters like tags, search, sorting, and pagination for efficient organization and access.

Instructions

Get bookmarks with optional filtering

Input Schema

NameRequiredDescriptionDefault
collectionNoCollection ID
pageNoPage number
perPageNoItems per page (max 50)
searchNoSearch query
sortNoSort order
tagsNoFilter by tags

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "collection": { "description": "Collection ID", "type": "number" }, "page": { "description": "Page number", "type": "number" }, "perPage": { "description": "Items per page (max 50)", "type": "number" }, "search": { "description": "Search query", "type": "string" }, "sort": { "description": "Sort order", "enum": [ "title", "-title", "domain", "-domain", "created", "-created", "lastUpdate", "-lastUpdate" ], "type": "string" }, "tags": { "description": "Filter by tags", "items": { "type": "string" }, "type": "array" } }, "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