Skip to main content
Glama
Amankhan1009

calculator-mcp-server

by Amankhan1009

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: 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: The result of a minus b.

multiplyA

Multiply two numbers together.

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

Returns: The product of a and b.

divideA

Divide the first number by the second.

Args: a: The number to be divided (the dividend). b: The number to divide by (the divisor). Must not be zero.

Returns: The result of a divided by b.

Raises: DivisionByZeroError: If b is zero.

powerA

Raise a number to a power.

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

Returns: base raised to the power of exponent.

Raises: InvalidPowerOperationError: If the result would be complex, or if the computation overflows.

square_rootA

Compute the square root of a number.

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

Returns: The square root of number.

Raises: NegativeSquareRootError: If number is negative.

modulusA

Compute the remainder when dividing a by b.

Args: a: The dividend. b: The divisor. Must not be zero.

Returns: The remainder of a divided by b.

Raises: DivisionByZeroError: If b is zero.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/Amankhan1009/calculator-mcp-server'

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