Skip to main content
Glama
kvaliotti

AIE7-hw13-mcp

by kvaliotti

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TAVILY_API_KEYYesYour Tavily API key for web search.

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_searchC

Search the web for information about the given query

roll_diceC

Roll the dice with the given notation

find_iconC

Find an icon for the given query

download_iconsB

Download icons for the given query to local directory

show_icon_infoC

Show detailed information about found icons

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 5 tools

Disambiguation4/5

Each tool performs a distinct action: web search, dice rolling, icon search, icon download, and icon info display. The only potential overlap is between find_icon and download_icons, but their descriptions clarify searching vs. downloading. No two tools have the same purpose.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with lowercase and underscores (web_search, roll_dice, find_icon, download_icons, show_icon_info). The convention is uniform across the set.

Tool Count4/5

The server exposes 5 tools, which is within the ideal 3-15 range. While the tools cover unrelated domains, the count is appropriate for the apparent scope of a small utility server.

Completeness4/5

For the icon workflow, find, download, and info provide a functional cycle. Web search and dice rolling are each represented by a single tool, covering their core use case. There are no obvious dead ends, though the lack of a unified domain makes completeness harder to assess.

Maintenance

ActivityInactive
ResponsivenessNo issues