Raindrop.io MCP Server

by hiromitsusasaki
Verified

search-bookmarks

Search and filter Raindrop.io bookmarks by query, tags, collection, or sort order to quickly locate saved content.

Instructions

Search through your Raindrop.io bookmarks

Input Schema

NameRequiredDescriptionDefault
collectionNoCollection ID to search in (optional, 0 for all collections)
pageNoPage number (0-based, optional)
perpageNoItems per page (1-50, optional)
queryYesSearch query
sortNoSort order (optional). Prefix with - for descending order.
tagsNoFilter by tags (optional)
wordNoWhether to match exact words only (optional)

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection ID to search in (optional, 0 for all collections)", "type": "number" }, "page": { "description": "Page number (0-based, optional)", "type": "number" }, "perpage": { "description": "Items per page (1-50, optional)", "type": "number" }, "query": { "description": "Search query", "type": "string" }, "sort": { "description": "Sort order (optional). Prefix with - for descending order.", "enum": [ "-created", "created", "-last_update", "last_update", "-title", "title", "-domain", "domain" ], "type": "string" }, "tags": { "description": "Filter by tags (optional)", "items": { "type": "string" }, "type": "array" }, "word": { "description": "Whether to match exact words only (optional)", "type": "boolean" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from Raindrop.io MCP Server

Related Tools

ID: o0ulse0qwk