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

Capabilities

Features and capabilities supported by this server

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

Latest Blog Posts

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/kchia/AIE8-MCP-Session'

If you have feedback or need assistance with the MCP directory API, please join our Discord server