Search the web and keep only the relevant hits
jev_searchSearch the web with a plain-language query and get ranked results with confidence scores, using multiple query variants reranked for relevance.
Instructions
Search the web for a plain-language query and return [{url, title, snippet, probability}] sorted by probability. sieve proposes 2-4 query variants in code, runs them concurrently through the configured backend (brave, headless claude, or headless codex), dedupes by canonical url, and reranks everything against your original query with Jev. Snippets are empty on the CLI backends; codex titles are model-transcribed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | What you are trying to find on the web, in plain language. | |
| top_k | No | How many results to return. | |
| variants | No | How many query variants to run concurrently. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||