aiMCPGate
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": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| demo-echo__echoB | Echo the given text back verbatim. |
| demo-echo__pingA | Health check: always returns "pong". |
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
The two tools serve completely different purposes: echo returns input text, ping returns a fixed health response. No ambiguity.
Both tools follow the same pattern: prefix 'demo-echo__' followed by a verb. The naming is uniform and predictable.
With only 2 tools, the set is minimal but appropriate for a simple demonstration server. It covers the core functionality without being overly sparse.
For the stated purpose of a demo echo server, the tools provide exactly what is needed: echo text and health check. No obvious gaps.