mcp-boilerplate
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 | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| calculate_sumA | Calculates the sum of two numbers. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| System Information | Returns basic system information (example resource). |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of ambiguity between tools.
The single tool uses a consistent verb_noun pattern (calculate_sum), which is clear and predictable.
A single trivial tool is an extreme mismatch for a functional server, even if it is a boilerplate example.
The server only offers a sum operation, lacking any other arithmetic operations, making it severely incomplete for basic math tasks.