Summary: Filtering find_bookmarks by a specific collection_ids value intermittently returns "Unknown error" with no further detail. The direct REST API (GET /raindrops/{id}) works reliably for the same collection.
- Expected: Consistent results when filtering by collection.
- Actual: Intermittent failures depending on the collection. Observed consistently with larger collections.
- Workaround: Use
GET /raindrops/{collection_id} via REST API instead.
- Related: https://github.com/axelquack/raindrop-mcp-scripts
Summary: Filtering
find_bookmarksby a specificcollection_idsvalue intermittently returns"Unknown error"with no further detail. The direct REST API (GET /raindrops/{id}) works reliably for the same collection.GET /raindrops/{collection_id}via REST API instead.