Skip to main content
Glama

Raindrop.io

by adeze

searchBookmarks

Find and organize bookmarks using advanced filters like tags, media type, and date ranges. Perfect for managing and retrieving saved content efficiently with Raindrop.io.

Instructions

Search bookmarks with advanced filters

Input Schema

NameRequiredDescriptionDefault
collectionNoCollection ID
createdEndNoCreated before date (ISO format)
createdStartNoCreated after date (ISO format)
importantNoOnly important bookmarks
mediaNoMedia type filter
pageNoPage number
perPageNoItems per page (max 50)
searchNoSearch query
sortNoSort order (e.g., "title", "-created")
tagsNoFilter by tags

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "collection": { "description": "Collection ID", "type": "number" }, "createdEnd": { "description": "Created before date (ISO format)", "type": "string" }, "createdStart": { "description": "Created after date (ISO format)", "type": "string" }, "important": { "description": "Only important bookmarks", "type": "boolean" }, "media": { "description": "Media type filter", "enum": [ "image", "video", "document", "audio" ], "type": "string" }, "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 (e.g., \"title\", \"-created\")", "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