Skip to main content
Glama
kchia

AIE8-MCP Session Server

by kchia

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAI_API_KEYYesYour OpenAI API key for LLM
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

text_utilsA

Perform various text operations on the input text.

Available operations:

  • 'uppercase': Convert text to uppercase

  • 'lowercase': Convert text to lowercase

  • 'title': Convert text to title case

  • 'reverse': Reverse the text

  • 'word_count': Count number of words

  • 'char_count': Count number of characters

  • 'remove_spaces': Remove all spaces

  • 'add_spaces': Add spaces between each character

  • 'random_case': Randomize the case of each character

get_quoteB

Get a random dad joke from the icanhazdadjoke API.

Returns: A random dad joke

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 4 tools

Disambiguation5/5

Each tool serves a clearly distinct purpose: web search, dice rolling, text manipulation, and getting a joke. There is no overlap or ambiguity between them.

Naming Consistency4/5

Three tools follow a verb_noun pattern (web_search, roll_dice, get_quote), but text_utils is a noun_noun exception. The inconsistency is minor and the names remain intuitive.

Tool Count4/5

Four tools is a reasonable number, but the tools cover unrelated domains, making the set feel scattered rather than cohesively scoped. Still, each tool earns its place.

Completeness2/5

There is no coherent domain to assess completeness against. For a 'session server', the tools are arbitrary and many common utilities (e.g., math, formatting) are absent, so obvious gaps exist.

Maintenance

ActivityInactive
ResponsivenessNo issues