quarantine_search_tool
Search the web through a quarantine pipeline that sanitizes results, provides structured summaries with source URLs, and alerts when content is compromised.
Instructions
Search the web with full quarantine pipeline.
Pipeline: L0 (Gemini grounding) → resolve → L1 → L2 → L3 (clean Q-Agent). The clean Q-Agent structures sanitized results with structured JSON output.
Returns synthesized prose, source URLs, AND structured extraction with per-source summaries and relevance scores.
IMPORTANT: If classifier_warning is present, L0's output was flagged as
potentially compromised by poisoned web content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query string | |
| prompt | No | Extraction instruction for L3 (clean Q-Agent) | Summarize the search results. |
| num_results | No | Approximate number of results (default 5) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||