Skip to main content

intel_search / search_web

Benchmarked against: Anthropic — Web search tool MCP Tools: intel_search (search + auto-ingest) and search_web (search only) Cost: Groq = Free | Gemini ≈ $0.014/search

External web search tools that gather fresh intelligence from the internet and optionally auto-ingest findings into Universal Brain.


Searches any topic and auto-ingests findings into UB as intelligence. Not limited to pre-configured domains.

intel_search(
query="Claude Remote server iOS push notifications 2026",
engine="groq", # or "gemini"
tags="intel,claude,remote-access",
domain_label="claude-ecosystem"
)

Parameters

ParameterTypeDefaultDescription
querystringrequiredSearch query (English recommended)
enginestring"groq"groq (free) or gemini (authoritative)
tagsstringnullComma-separated tags for the ingested entry
domain_labelstring"adhoc"Categorization label

search_web

Raw web search without auto-ingestion. Use when you want to review results before ingesting.

search_web(
query="Docusaurus 4.0 release date",
engine="gemini"
)

Engine comparison

EngineCostSpeedBest for
Groq (Groq Compound)FreeFastestQuick lookups, trivial research
Gemini (Google Search)~$0.014FastAuthoritative research, needs citations

When to use which

ScenarioToolEngine
Quick fact checksearch_webgroq
Important research for decision-makingintel_searchgemini
Routine intelligence patrolrun_patrolconfigured per domain
Need citations for a reportintel_searchgemini

Intelligence Officer patrol

For automated, scheduled intelligence gathering across configured domains, see run_patrol and list_patrol_domains.

Cost awareness

  • Groq is free but prone to hallucination on important tasks
  • Gemini costs ~$0.014/search but provides authoritative results with citations
  • Important research should use Gemini, not Groq
  • Results should be ingested to UB for team-wide reuse