MCP-TS-DEMO
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_SERVER_NAME | No | Name of the MCP server | mcp-ts-server |
| MCP_SERVER_VERSION | No | Version of the MCP server | 1.0.0 |
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": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| say-helloD | Say hello to the world |
| say-hiD | Say Hi to the world |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
Both tools 'say-hello' and 'say-hi' perform essentially the same greeting action with no meaningful distinction, making it impossible for an agent to choose correctly.
Both tool names follow a consistent 'verb-noun' pattern with a hyphen, demonstrating a predictable naming convention.
With only two tools that are semantically identical, the tool count is effectively one duplicated tool, which is too few for a coherent API surface.
The server offers only greeting operations with no other capabilities, leaving the tool surface severely limited and lacking in depth or breadth.