remote::tavily-search
Description
Tavily Search tool for AI-optimized web search with structured results.
Configuration
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
timeout | float | No | 30.0 | Overall HTTP timeout in seconds for requests to external services. |
connect_timeout | float | No | 10.0 | TCP connect timeout in seconds. Shorter than the overall timeout to fail fast on unreachable hosts. |
api_key | str | None | No | The Tavily Search API Key | |
max_results | int | No | 3 | The maximum number of results to return |
Sample Configuration
api_key: ${env.TAVILY_SEARCH_API_KEY:=}
max_results: 3