Answer a question about something that happened after the model cutoff
When to use: You ask about a 2026 release, a recent CVE, a new pricing page, or today's market — the model doesn't know and must go look.
Prerequisites
- Tavily API key — Sign up at tavily.com (free tier = 1,000 calls/mo)
- Tavily MCP installed — Paste the config block above into your client's MCP settings
Flow
-
Ask directlyWhat did Anthropic ship in Claude Sonnet 4.7 this month? Use Tavily to find the announcement and summarize with sources.✓ Copied→ Agent calls tavily_search, returns a summary with linked sources
-
Drill in on one sourceThe second source looks most authoritative — use tavily_extract to pull its full text and quote the exact line about context window.✓ Copied→ Direct quote with URL + paragraph number
Outcome: Current, cited answer in one turn — no manual googling.
Pitfalls
- Search returned SEO junk first — Add site hints: '... from anthropic.com or anthropic's official blog'
- Summaries drift from sources — Require direct quotes — 'paraphrase but preserve numbers, dates, names exactly'