simple-mcp-basics
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
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sumarA | Suma dos numeros y devuelve el resultado. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| explicar-concepto | Genera un mensaje para pedir una explicacion didactica. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| informacion-aplicacion | Metadatos de ejemplo expuestos como un resource MCP. |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of confusion. The name 'sumar' clearly indicates the addition operation, so an agent can easily identify its purpose.
A single tool is trivially consistent in naming. While it uses a lone verb rather than a verb-noun pattern, there are no other tools to compare against, so consistency is perfect.
The server exposes only one tool that performs a trivial arithmetic operation, which fits the description of a 'single trivial tool' and is an extreme mismatch for a tool set.
The server is named 'basics' but only offers addition. Obvious missing operations like subtraction, multiplication, and division leave the surface severely incomplete for even basic arithmetic.