Skip to main content
Glama
slettmayer

calc-mcp-server

by slettmayer

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
calculateA

Evaluate an arithmetic expression and return the result.

Args:
    expression: The expression to evaluate, for example "2 + 3 * (4 - 1)",
        "sqrt(16) + sin(pi/2)" or "123456789 * 987654321". `^` is accepted
        as a power operator; `×` and `·` as multiply, `÷` as divide, and
        `−` (U+2212) as minus.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.4/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no potential for confusion between tools. The tool's purpose is clearly defined by its name and description.

Naming Consistency5/5

The single tool uses a clear verb-based name ('calculate') that accurately describes its action. There is no inconsistency to evaluate.

Tool Count4/5

A single calculator tool is appropriate for the server's stated purpose, though it sits at the lower boundary of expected scope. The tool is non-trivial and fully serves its intended function.

Completeness5/5

The tool covers arithmetic expression evaluation comprehensively, including operators, functions, and constants. There are no obvious gaps in functionality for a basic calculator server.

Maintenance

ActivityActive
ResponsivenessNo issues