Calculator MCP
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 |
|---|---|
| addB | 执行浮点数加法运算 |
| subtractC | 执行浮点数减法运算 |
| multiplyC | 执行浮点数乘法运算 |
| divideB | 执行浮点数除法运算 Args: b: 除数(必须非零) |
| powerC | 计算幂运算 |
| sqrtC | 计算平方根 |
| factorialB | 计算整数阶乘 |
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 7 tools
Each tool has a clearly distinct mathematical operation: addition, subtraction, multiplication, division, exponentiation, square root, and factorial. There is no overlap in purpose, and an agent can easily select the correct tool based on the desired operation.
All tool names are single, lowercase verbs (e.g., add, subtract, multiply) that directly describe the operation. The naming is perfectly consistent throughout the set, with no deviations in style or pattern.
With 7 tools, this server is well-scoped for a calculator, covering core arithmetic operations (add, subtract, multiply, divide) and common advanced functions (power, sqrt, factorial). Each tool earns its place without being excessive or insufficient for the domain.
The tool set covers essential arithmetic and basic mathematical functions well, but there are minor gaps such as missing trigonometric functions (e.g., sin, cos) or logarithmic operations. However, agents can still perform most common calculator tasks effectively with the provided tools.