extract_evidence
Fetch a URL and extract passages most relevant to a specific question, returning each with context, a relevance score, and a character offset for verifiable citations. Use it to drill into a source and gather evidence on a narrow claim.
Instructions
Fetch a URL and extract the passages most relevant to a specific question. Returns each passage with a short context window before/after, a relevance score, and a character offset into the original page so citations are verifiable. Use this when you want to drill into a specific source for evidence on a narrow claim.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | HTTP(S) URL to read | |
| question | Yes | What you're looking for on this page | |
| max_passages | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |