mymcpservercli
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATABASE_URL | No | Connection string for the database tool as specified in the default configuration or mcp.yaml. | |
| WEATHER_API_KEY | No | API key for the weather tool as specified in the default configuration or mcp.yaml. | |
| MCP_TRANSPORT_MODE | No | Sets the transport mode for the server. Can be set to 'http' for HTTP/WebSocket mode or 'stdio' (default). |
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 |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| echoB | Echo a message back to the client. Args: message: The message to echo Returns: The echoed message with any configured prefix |
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 1 tool
With only one tool, there is no possibility of ambiguity or overlap with other tools, making disambiguation perfect.
A single tool inherently has consistent naming, as there are no other tools to compare against for patterns or conventions.
One tool is too few for most server purposes, as it severely limits functionality and scope, making the server feel trivial or incomplete.
The server lacks a clear domain, and with only an echo tool, there are significant gaps in coverage, making it severely incomplete for any meaningful workflow.