Skip to main content
Glama
AI-Maker-Space

mcp-server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TAVILY_API_KEYYesYour Tavily API key for web search functionality.

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
web_searchB

Search the web for information about the given query

roll_diceC

Roll the dice with the given notation

YOUR_TOOL_NAMED

YOUR_TOOL_DESCRIPTION

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.8/5.0

Scored across 3 tools

Disambiguation2/5

web_search and roll_dice are clearly distinct, but YOUR_TOOL_NAME has an uninformative name and description, making its purpose ambiguous. This creates potential confusion and misselection.

Naming Consistency1/5

web_search and roll_dice follow a verb_noun pattern, but YOUR_TOOL_NAME does not, breaking consistency. The mixing of a proper pattern with a placeholder-like name makes naming chaotic.

Tool Count3/5

With only 3 tools, the count is within a reasonable range, but the presence of a placeholder-like tool suggests the set is not thoughtfully curated. The count itself is not excessive or too small, but the composition is questionable.

Completeness2/5

The tool set lacks a clear domain, combining web search and dice rolling with an unspecified tool. This makes it impossible to determine if the surface is complete, and obvious gaps exist for any coherent workflow.