Answer from web search results without fetching them
jev_rank_pagesSend up to 20 search URLs and your questions; fetches pages securely, ranks them per question, and returns the best answer lines verbatim, so you usually skip WebFetch.
Instructions
After a web search, pass every result URL and every question you have. The server fetches the pages itself (https only, never private addresses; markdown when offered, HTML reduced to its main content, PDF and Office via markitdown), and Jev ranks the pages per question and picks the lines of the best page that answer it. Returns, per question, the top pages and those lines verbatim, so you usually need no WebFetch at all; fetch a page only when its lines are not enough. Lines from a page that looks like it tries to steer an agent are withheld. It answers each question from the best page, not from every page: to summarise each result separately (a survey of papers, say), WebFetch each with a prompt instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | The candidate pages, e.g. every result of a web search (up to 20). | |
| questions | Yes | Every question you have about this text, each stated in full (up to 16). They are judged in one pass over the same text, so extra questions cost almost nothing: batch them rather than calling again. Questions cannot see each other's answers. | |
| no_at_or_below | No | Probability at or below which a check's verdict is 'no'. Default 0.3. Between the two the verdict is 'uncertain'. | |
| yes_at_or_above | No | Probability at or above which a check's verdict is 'yes'. Default 0.7. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| pages | Yes | The URLs as given; everything else refers to them by index. | |
| usage | Yes | ||
| failed | Yes | Pages that could not be fetched. They were never judged; that is not evidence they are irrelevant. | |
| results | Yes | One per question, in the order asked. | |
| windows | Yes | Requests made. | |
| latency_ms | Yes | Fetching and judging together. | |
| suspicious | Yes | Pages that look like they try to steer an agent. Still ranked; their lines are withheld. |