Skip to main content
Glama

MCP Tavily Search Server

tavily_qna_search

Obtain precise answers to questions with integrated web search results, including optional source citations, via Tavily Search API. Supports both text and JSON response formats.

Instructions

Get direct answers to questions using Tavily search

Input Schema

NameRequiredDescriptionDefault
include_sourcesNoInclude source citations in the answer
queryYesQuestion to be answered
response_formatNoFormat of the answer responsetext

Input Schema (JSON Schema)

{ "properties": { "include_sources": { "default": true, "description": "Include source citations in the answer", "type": "boolean" }, "query": { "description": "Question to be answered", "type": "string" }, "response_format": { "default": "text", "description": "Format of the answer response", "enum": [ "text", "json" ], "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

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