Skip to main content
Glama
JamaalDavis

Calculator MCP Server

by JamaalDavis

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
addA

Add two numbers together.

Args: a: The first number. b: The second number.

Returns: A string with the sum of a and b.

subtractA

Subtract the second number from the first.

Args: a: The number to subtract from. b: The number to subtract.

Returns: A string with the result of a - b.

multiplyA

Multiply two numbers together.

Args: a: The first number. b: The second number.

Returns: A string with the product of a and b.

divideA

Divide the first number by the second.

Args: a: The numerator. b: The denominator. Must not be zero.

Returns: A string with the result of a / b, or an error message if b is zero.

powerA

Raise a number to a power.

Args: base: The base number. exponent: The exponent to raise the base to.

Returns: A string with the result of base ** exponent, or an error message if the operation is undefined (e.g. a negative base with a fractional exponent).

square_rootA

Compute the square root of a number.

Args: value: The number to take the square root of. Must be non-negative.

Returns: A string with the square root of value, or an error message if value is negative.

percentageA

Compute what percentage 'part' is of 'whole'.

Args: part: The partial amount. whole: The total amount. Must not be zero.

Returns: A string with the percentage part is of whole, or an error message if whole is zero.

Prompts

Interactive templates invoked by user choice

NameDescription
solve_equationGuide the assistant through solving a math word problem step by step. Args: problem: The word problem or equation to solve.
calculation_helpOffer guidance on how to use the calculator tools for a given topic. Args: topic: The area to get help with (e.g. "percentages", "exponents", "square roots", or "general").

Resources

Contextual data attached and managed by the client

NameDescription
get_math_constantsReference table of common math constants (pi, e, golden ratio, tau).
get_calculation_historyLog of every successful calculation made this session, oldest first.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/JamaalDavis/calculator-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server