Skip to main content
Glama
wrtnlabs

Calculator MCP

by wrtnlabs

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

divC

Divide two numbers

modC

Mod two numbers

mulB

Multiply two numbers

sqrtC

Square root of a number

subC

Subtract two numbers

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 6 tools

Disambiguation5/5

Each tool performs a distinct mathematical operation with no overlap. An agent can easily choose the correct tool based on the operation name.

Naming Consistency5/5

All tool names follow a consistent lowercase, single-word operator pattern (add, sub, mul, div, mod, sqrt). The naming is uniform and predictable.

Tool Count5/5

Six tools cover the essential arithmetic operations for a calculator server without unnecessary bulk. The scope is tight and well-matched to the domain.

Completeness4/5

Core arithmetic operations are fully covered, including square root and modulo. A power/exponent operation could be a minor addition, but the current set handles typical calculator workflows without dead ends.

Maintenance

ActivityInactive
ResponsivenessNo issues