Integrates Tavily's search API with LLMs to provide advanced web search capabilities, including intelligent result summaries, domain filtering for quality control, and configurable search parameters.
Search the web using Tavily Search API, optimized for high-quality, factual results. Parameters: query (string, required), search_depth (string, optional), topic (string, optional), days (number, optional), time_range (string, optional), max_results (number, optional), include_answer (boolean, optional), include_images (boolean, optional), include_image_descriptions (boolean, optional), include_raw_content (boolean, optional), include_domains (string[], optional), exclude_domains (string[], optional), response_format (string, optional), cache_ttl (number, optional), force_refresh (boolean, optional)
Generate context for RAG applications using Tavily search. Parameters: query (string, required), max_tokens (number, optional), search_depth (string, optional), topic (string, optional), Other parameters same as tavily_search
Get direct answers to questions using Tavily search. Parameters: query (string, required), include_sources (boolean, optional), search_depth (string, optional), topic (string, optional), Other parameters same as tavily_search
No reviews yet. Be the first to review!
Sign in to join the conversation
Start the server with node to access it via any client or IDE.
node path/to/downloaded/file.mjs