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 |
|---|---|
| addC | Add two numbers together |
| subtractA | Subtract second number from first number |
| multiplyB | Multiply two numbers together |
| divideA | Divide first number by second number |
| powerB | Raise first number to the power of second number |
| sqrtC | Calculate square root of a number |
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 6 tools
Each tool has a clearly distinct mathematical operation with no overlap in purpose. The descriptions are precise and unambiguous, making it easy for an agent to select the correct tool for addition, subtraction, multiplication, division, exponentiation, or square root calculation.
All tool names follow a consistent verb-based pattern (add, divide, multiply, power, sqrt, subtract) that directly describes the mathematical operation. There are no deviations in naming conventions, and the pattern is predictable and readable throughout the set.
With 6 tools, this server is well-scoped for a calculator domain, covering essential arithmetic operations (add, subtract, multiply, divide) and common advanced functions (power, sqrt). Each tool earns its place without redundancy, and the count is appropriate for the purpose.
The tool set provides complete coverage for a basic calculator domain, including all core arithmetic operations and key mathematical functions. There are no obvious gaps, such as missing operations like modulo or trigonometric functions, which are not essential for this scope, and agents can perform typical calculations without dead ends.