Fifth Elephant MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| hello_worldB | Returns a friendly greeting. |
| addB | Adds two numbers together. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| prompt | Returns a friendly greeting. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| greeting | Returns a greeting. |
TDQS
Scored across 2 tools
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.
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.
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.
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.