Summary: Calling find_misplaced_bookmarks with collection_ids: [-1] always returns no suggestions, making it impossible to use the AI to sort newly imported or unsorted bookmarks via the API.
- Expected: The AI evaluates bookmarks in Unsorted and suggests appropriate collections for them.
- Actual: Returns an empty result set.
- Use case: After bulk-importing bookmarks to Unsorted, a script should be able to call this tool to automatically place them in the right collections.
- Related: https://github.com/axelquack/raindrop-mcp-scripts
Summary: Calling
find_misplaced_bookmarkswithcollection_ids: [-1]always returns no suggestions, making it impossible to use the AI to sort newly imported or unsorted bookmarks via the API.