01
web_search
search
Concurrent multi-engine web search. Scrapling-backed TLS fingerprinting bypasses Cloudflare; a failure on any single engine never blocks the others. Results are deduplicated and merged, each annotated with a quality score plus an aggregate confidence signal.
02
social_search
search
Searches nine developer and community platforms in parallel, no authentication required. Ideal for surfacing real-world sentiment, bug reports, and discussion that never makes it into web search results.
03
news_aggregation
search
Five news sources merged and time-windowed, deduplicated by URL across engines. Pass a freshness filter to scope results to the last day, week, or month.
04
github_search
search
Searches public GitHub repositories via the official API with built-in rate limiting (60/hr unauthenticated). Optionally pulls README content for deeper context.
05
map_website
search
Structured site traversal in one of three modes. Returns per-page quality scores and an aggregate confidence signal so a caller can trust or discard the crawl as a whole.
06
content_operations
analysis
One tool, six operations, dispatched by an operation enum. The Swiss-army knife of the toolset — turn any URL or text into clean, scored, or reconciled output. Returns markdown plus structured JSON.
07
research_topic
analysis
Two modes behind one tool. topic runs an open-ended search-and-rank; entity builds a unified cross-source profile of any named person, company, or product, fanning out across web, news, GitHub, social, and academic in parallel.
08
document_analysis
analysis
Extracts text from documents and images — including OCR for scans and screenshots via EasyOCR, lazy-loaded with no setup. Handles files up to 50 MB.
09
scientific_research
workflow
Academic paper search and dataset discovery in one call. Returns relevance-ranked, citation-scored results across five paper providers and four dataset hubs.