Calculator 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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| calculateD | Calculates/evaluates the given expression. |
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 confusion or overlap between tools; the single tool 'calculate' has a distinct and clear purpose for evaluating expressions.
The single tool name 'calculate' follows a consistent verb-based pattern, and with only one tool, there is no inconsistency in naming conventions to evaluate.
A single tool for a calculator server feels thin and under-scoped, as it lacks operations for common mathematical functions (e.g., add, subtract, trigonometric functions) or advanced features, making it borderline too few for the domain.
The tool surface is severely incomplete for a calculator domain; it only provides a generic 'calculate' tool without covering basic arithmetic operations, scientific functions, or memory features, leading to significant gaps in functionality.