web_search_authoritative
Searches authoritative sources using a three-tier pass system: primary authority domains, secondary business press, and optional open web. Returns results with authority scores and domain lists.
Instructions
Three-pass authoritative web search.
Pass 1: primary authority domains (catalog rules + curated registry).
Pass 2: secondary authority + Tier-1 business press.
Pass 3: open web (toggle via `allow_open_web_fallback`).
Prefer this over plain web search when the query has an authoritative
answer — automates the include-domains discipline and the fallback ladder.
Args:
query: Search query (free text).
indicators: Indicator hints; piped to pick_authority_domains.
jurisdiction: ISO code: "IN", "US", "UK", "EU".
topic_hint: As in pick_authority_domains.
include_domains: Manual override; skips pick_authority_domains.
additional_authority_sources: See pick_authority_domains.
max_results: Per-pass cap (default 6).
topic: "general" or "news". When "news", set days for recency window.
days: Days back for news topic (e.g. 7 = last week).
allow_open_web_fallback: If False, refuses pass 3.
Returns:
Tavily result shape plus `pass`, `domains_used`, `authority_score`
(1.0 primary, 0.6 secondary, 0.3 open web), and `rationale`.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| indicators | No | ||
| jurisdiction | No | ||
| topic_hint | No | ||
| include_domains | No | ||
| additional_authority_sources | No | ||
| max_results | No | ||
| topic | No | general | |
| days | No | ||
| allow_open_web_fallback | No |