Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TAVILY_API_KEY | Yes | The API key for the Tavily API | |
| TAVILY_HTTP_PROXY | No | The HTTP proxy address for the Tavily API | |
| TAVILY_HTTPS_PROXY | No | The HTTPS proxy address for the Tavily API | |
| MAX_PLANNING_ROUNDS | No | The maximum number of planning rounds to use | 5 |
| MAX_SEARCH_KEYWORDS | No | The maximum number of search keywords to use | 5 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| deep-research | Deep web information search tool that can conduct multi-round in-depth research based on keywords and topics |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |