Tavily
tavilyTavily offers search and data retrieval solutions, helping teams quickly locate and filter relevant information from documents, databases, or web sources
Acciones disponibles (1)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Tavily searchTAVILY_TAVILY_SEARCHAcciónUse this to perform a web search via the tavily api; offers controls for search depth, content types, result count, and domain filtering.
TAVILY_TAVILY_SEARCHAcciónUse this to perform a web search via the tavily api; offers controls for search depth, content types, result count, and domain filtering.
Parámetros de entrada
querystringObligatorioThe search query string to find relevant information online.
max_resultsintegerMaximum number of search results to return.
search_depthstringSpecifies search depth: 'basic' (standard, 1 API Credit) or 'advanced' (in-depth, 2 API Credits).
include_answerbooleanIf true, attempts to include a direct answer to the query (suitable for factual questions) in search results.
include_imagesbooleanIf true, includes links to relevant images in search results.
exclude_domainsarrayA list of domain names (e.g., `['exclude.com', 'othersite.net']`) to exclude from search results; results from these domains will be filtered out.
include_domainsarrayA list of specific domain names (e.g., `['example.com', 'website.org']`) to restrict the search to; only results from these domains are returned.
include_raw_contentbooleanIf true, includes raw content from visited websites (e.g., unprocessed HTML or text) in search results.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not