fetch_verified_context
Fetch real web text for a factual topic and anchor the AI response to only that verified context, preventing hallucinations and enforcing source citations.
Instructions
Fetch real, source-of-truth web text for a topic and wrap it in a strict fact-anchoring guardrail so the LLM answers ONLY from it.
Use this tool BEFORE answering any factual question. Then answer the user strictly from the returned block and follow the embedded STRICT RULES (never guess, cite sources in brackets, do not use pre-trained knowledge for missing info).
Args: query: The factual topic or question to ground. max_results: How many web sources to pull (default 3, max 5).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |