Skip to main content
Glama

MCP Tavily Search Server

tavily_get_search_context

Extract context for RAG applications by processing web search queries using Tavily search API. Configure response format and token length for tailored results.

Instructions

Generate context for RAG applications using Tavily search

Input Schema

NameRequiredDescriptionDefault
max_tokensNoMaximum length of generated context
queryYesSearch query for context generation
response_formatNoFormat of the context responsetext

Input Schema (JSON Schema)

{ "properties": { "max_tokens": { "default": 2000, "description": "Maximum length of generated context", "type": "number" }, "query": { "description": "Search query for context generation", "type": "string" }, "response_format": { "default": "text", "description": "Format of the context response", "enum": [ "text", "json" ], "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from MCP Tavily Search Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/spences10/mcp-tavily-search'

If you have feedback or need assistance with the MCP directory API, please join our Discord server