Skip to main content
Glama
tech-sushant

Calculator MCP Server

by tech-sushant

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 6 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues