MCP Arithmetic 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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| addA | Add two numbers and return the result. |
| subtractA | Subtract the second number from the first (a - b) and return the result. |
| multiplyA | Multiply two numbers and return the result. |
| divideA | Divide the first number by the second (a / b) and return the result. Returns an error if b is zero. |
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 4 tools
Each tool performs a unique arithmetic operation with no overlap. Clear parameter conventions (a, b) further eliminate ambiguity.
All tool names are single verbs matching their operations exactly: add, subtract, multiply, divide. Perfectly consistent pattern.
Four tools cover the four basic arithmetic operations without redundancy. The scope is narrow and well-suited to the server's purpose.
The core arithmetic operations are fully covered. Minor additions like modulo or exponentiation could be useful, but the current set is coherent and complete for basic arithmetic.