Skip to main content
Glama
prakharagarwal1

MCP Arithmetic Server

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 4 tools

Disambiguation5/5

Each tool performs a unique arithmetic operation with no overlap. Clear parameter conventions (a, b) further eliminate ambiguity.

Naming Consistency5/5

All tool names are single verbs matching their operations exactly: add, subtract, multiply, divide. Perfectly consistent pattern.

Tool Count5/5

Four tools cover the four basic arithmetic operations without redundancy. The scope is narrow and well-suited to the server's purpose.

Completeness4/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues