Skip to main content
Glama
inesaranab

Tavily Web Search MCP Server

by inesaranab

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TAVILY_API_KEYYesYour Tavily API key

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
web_searchC

Search the web for information about the given query

roll_diceC

Roll the dice with the given notation

text_to_speechC

Convert the given text into speech and save as MP3 file

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.8/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: rolling dice, converting text to speech, and searching the web. The descriptions are straightforward, making it impossible to confuse one tool for another.

Naming Consistency2/5

The naming is inconsistent with mixed conventions: 'roll_dice' and 'web_search' use snake_case, while 'text_to_speech' also uses snake_case but has a different verb style ('text_to' vs. 'roll'/'web'). There is no predictable pattern across the set.

Tool Count2/5

With only 3 tools, the set feels thin for a web search server, as the domain suggests a focus on search-related operations. The inclusion of dice-rolling and text-to-speech tools seems out of scope, making the count inappropriate for the apparent purpose.

Completeness2/5

For a web search server, there are significant gaps in the tool surface: it lacks core operations like filtering search results, getting detailed page content, or managing search history. The unrelated tools (dice, text-to-speech) do not contribute to domain coverage, leaving the search functionality incomplete.

Maintenance

ActivityInactive
ResponsivenessNo issues