Skip to main content
Glama
chaitanyaatlan

Fifth Elephant MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
hello_worldB

Returns a friendly greeting.

addB

Adds two numbers together.

Prompts

Interactive templates invoked by user choice

NameDescription
promptReturns a friendly greeting.

Resources

Contextual data attached and managed by the client

NameDescription
greetingReturns a greeting.

TDQS

B3.1/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have completely distinct purposes: one performs a mathematical addition operation, while the other returns a greeting message. There is no overlap or ambiguity between them.

Naming Consistency2/5

The naming is inconsistent: 'add' uses a simple verb, while 'hello_world' uses a snake_case compound phrase. There is no predictable pattern across the tool set.

Tool Count2/5

With only two tools, the server feels thin and under-scoped for a general-purpose MCP server, lacking coverage for a coherent domain or meaningful workflows.

Completeness1/5

The tool surface is severely incomplete; there is no discernible domain (e.g., math, utilities), and the two tools do not support any meaningful operations or lifecycle, leaving obvious gaps for agent functionality.

Maintenance

ActivityInactive
ResponsivenessNo issues