Skip to main content

remote::tavily-search

Description

Tavily Search tool for AI-optimized web search with structured results.

Configuration

FieldTypeRequiredDefaultDescription
timeoutfloatNo30.0Overall HTTP timeout in seconds for requests to external services.
connect_timeoutfloatNo10.0TCP connect timeout in seconds. Shorter than the overall timeout to fail fast on unreachable hosts.
api_keystr | NoneNoThe Tavily Search API Key
max_resultsintNo3The maximum number of results to return

Sample Configuration

api_key: ${env.TAVILY_SEARCH_API_KEY:=}
max_results: 3