tavily-search
Search the web for real-time, relevant content using AI. Customize with parameters for depth, topic, dates, domains, and more.
Instructions
A powerful web search tool that provides comprehensive, real-time results using Tavily's AI search engine. Returns relevant web content with customizable parameters for result count, content type, and domain filtering. Ideal for gathering current information, news, and detailed web content analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | The number of days back from the current date to include in the search results. This specifies the time frame of data to be retrieved. Please note that this feature is only available when using the 'news' search topic | |
| query | Yes | Search query | |
| topic | No | The category of the search. This will determine which of our agents will be used for the search | general |
| country | No | Boost search results from a specific country. This will prioritize content from the selected country in the search results. Available only if topic is general. Country names MUST be written in lowercase, plain English, with spaces and no underscores. | |
| end_date | No | Will return all results before the specified end date. Required to be written in the format YYYY-MM-DD | |
| start_date | No | Will return all results after the specified start date. Required to be written in the format YYYY-MM-DD. | |
| time_range | No | The time range back from the current date to include in the search results. This feature is available for both 'general' and 'news' search topics | |
| max_results | No | The maximum number of search results to return | |
| search_depth | No | The depth of the search. It can be 'basic' or 'advanced' | basic |
| include_images | No | Include a list of query-related images in the response | |
| exclude_domains | No | List of domains to specifically exclude, if the user asks to exclude a domain set this to the domain of the site | |
| include_domains | No | A list of domains to specifically include in the search results, if the user asks to search on specific sites set this to the domain of the site | |
| include_favicon | No | Whether to include the favicon URL for each result | |
| include_raw_content | No | Include the cleaned and parsed HTML content of each search result | |
| include_image_descriptions | No | Include a list of query-related images and their descriptions in the response |