find_related_context
Search across screen, voice, and clipboard entries to find content semantically related to any query. Returns a unified ranked list with source tags for open-ended recall spanning multiple data types.
Instructions
Find screen, voice, and clipboard entries semantically related to a query string.
Returns a unified list of related entries across all three sources, ranked by similarity, with source-type tags.
USE WHEN: open-ended recall ("anything I worked on related to taxes", "everything mentioning the new client") that spans multiple data types. NOT FOR: single-source search — prefer search_history, search_voice, or search_clipboard if you know the type.
BEHAVIOR: vector search over indexed embeddings. Sub-second for typical buffers. Returns no results if embeddings haven't been built yet.
PARAMETERS: query: free-text query. Required, non-empty. limit: max results across all sources. Range 1-50. Default 10.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |