Tavily_Engineering
High-fidelity, AI-optimized search and content extraction via the Tavily API (v1.1.0). Provides 100% endpoint coverage including Search, Extract, Crawl, Map, and Research primitives. Optimized for autonomous agentic research following the Babbage Standard. REQUIRED: apiKey. Think -> Build -> Verify -> Ship.
Crawl a website and extract content matching specific instructions. Parameters: url (string), instructions (string). REQUIRED: apiKey.
AI-optimized content extraction via the Tavily API. Returns clean, structured text from specific URLs. Parameters: urls (array of strings). REQUIRED: apiKey.
Map a website and return a list of all its URLs. Parameters: url (string). REQUIRED: apiKey.
Create a comprehensive research task via the Tavily API. Parameters: query (string). REQUIRED: apiKey.
AI-optimized search via the Tavily API. Returns clean, relevant content for AI agents. Parameters: query (string), search_depth (basic/advanced), topic (general/news), days (integer), max_results (integer). REQUIRED: apiKey.