calc-mcp-server
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| calculateA | Evaluate an arithmetic expression and return the result. |
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 potential for confusion between tools. The tool's purpose is clearly defined by its name and description.
The single tool uses a clear verb-based name ('calculate') that accurately describes its action. There is no inconsistency to evaluate.
A single calculator tool is appropriate for the server's stated purpose, though it sits at the lower boundary of expected scope. The tool is non-trivial and fully serves its intended function.
The tool covers arithmetic expression evaluation comprehensively, including operators, functions, and constants. There are no obvious gaps in functionality for a basic calculator server.