Skip to main content
Glama
bahfahh

Basic Math MCP Server

by bahfahh

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
sumC

Add two numbers together

subtractionB

Subtract the second number from the first number

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.1/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have perfectly distinct purposes: 'sum' for addition and 'subtraction' for subtraction. There is no overlap or ambiguity between them, making it impossible for an agent to confuse which tool to use for each operation.

Naming Consistency4/5

The tool names are clear and descriptive ('sum' and 'subtraction'), but they do not follow a strict verb_noun pattern. 'sum' is a noun while 'subtraction' is a noun, which is slightly inconsistent, though both are readable and functional for this simple domain.

Tool Count2/5

With only 2 tools, the server feels too thin for a 'Basic Math' domain, as it lacks fundamental operations like multiplication, division, or more advanced functions. This minimal set limits the server's utility and scope, making it incomplete for typical math tasks.

Completeness2/5

The tool surface is severely incomplete for a basic math server, missing essential operations such as multiplication, division, exponentiation, and handling of more than two numbers. This creates significant gaps that will cause agent failures when trying to perform common mathematical tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues