Skip to main content
Glama
srichyavang-spec

calculator-mcp-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
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "subscribe": true,
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
calculateC

Perform basic arithmetic calculations

convert_temperatureC

Convert temperature units based on file content or direct input. Supports Celsius (C) and Fahrenheit (F).

Prompts

Interactive templates invoked by user choice

NameDescription
calculator_helpGet help with calculator operations

Resources

Contextual data attached and managed by the client

NameDescription
Calculator OperationsList of available calculator operations
Health ChecksCurrent health status of all registered health checks
Calculator ResultUI component for Calculator Result
Widget ExamplesProvides metadata and examples for all registered UI widgets

TDQS

B3.2/5.0

Scored across 2 tools

Disambiguation5/5

The two tools, 'calculate' and 'convert_temperature', have clearly distinct purposes with no overlap. An agent can easily select the appropriate tool based on the task.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern: 'calculate' (verb) and 'convert_temperature' (verb_noun). The naming is predictable and clear.

Tool Count4/5

With only 2 tools, the set is minimal but still reasonable for a focused calculator server. It covers core arithmetic calculation and temperature conversion without unnecessary clutter.

Completeness3/5

The tool surface covers basic arithmetic and temperature conversion, but lacks other common calculator operations like exponentiation, trigonometry, or memory functions, leaving notable gaps for a general-purpose calculator.

Maintenance

ActivityStale
ResponsivenessNo issues