citation_evidence
Extract the cited snippet from an AI engine's raw answer for each citation, showing the context that explains why the URL was referenced.
Instructions
Extract the cited snippet from the AI engine's raw answer for each citation. Calls check_citations, then for each returned URL finds the first mention in raw_answer and returns a context window plus the nearest quoted span or containing sentence. Use to see why an engine cited a URL, not just that it did. Returns 'not found' for engines without raw_answer (Bing, Brave).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query whose AI answer to extract citation evidence from. | |
| engine | No | AI engine to query. web_rank engines (bing_serp, brave_serp) lack raw_answer and return no evidence. | auto |
| max_results | No | Max citations to extract evidence for. | |
| context_chars | No | Half-width of the snippet window around each citation mention (chars). Total snippet is up to 2x this. |