Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TAVILY_API_KEY | Yes | Your Tavily API key from https://tavily.com |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| tavily_search | Search the web using Tavily API. Returns relevant search results with URLs, content snippets, and metadata. |
| tavily_extract | Extract clean content from one or more URLs. Returns the main content from web pages, removing ads and navigation. |
| tavily_search_qna | Get a direct answer to a question using Tavily's Q&A optimized search. Returns a concise answer to specific questions. |
| tavily_search_context | Generate context for RAG applications. Returns search results optimized for context generation. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |