Search bookmarks
searchSearch the user's Stashr bookmarks semantically. Use this before fetch when finding saved knowledge by meaning, wording, tag, author, platform, or content type. For visual queries (objects, colors, screenshots, layouts) set rankMode "image" to rank individual images by their captions; matched refs can be passed to view_media. Results include a nextCursor when more pages exist; a cursor only works with the exact same query, filters, and state. Ranking covers the top 200 candidates — narrow with filters rather than paging deep.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| state | No | Which bookmarks to search; defaults to active only | |
| cursor | No | Pass the nextCursor value from the previous page to continue paging | |
| filters | No | ||
| rankMode | No | "post" ranks whole bookmarks; "image" ranks individual stored images by caption for visual queries | post |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes | ||
| degraded | No | Present when retrieval quality was reduced: semantic_unavailable = embedding failed (lexical-only results); image_rank_unavailable = no image captions, fell back to post ranking | |
| rankMode | Yes | The ranking that actually ran | |
| nextCursor | Yes | ||
| requestedRankMode | No | Present only when rankMode differs from what was requested |