Skip to main content
Glama
sellisd

mcp-units

by sellisd

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

Tools

Functions exposed to the LLM to take actions

NameDescription
convert_temperatureA

Convert between Celsius (C) and Fahrenheit (F) temperatures

convert_volumeA

Convert between volume units (ml, l, cup, tbsp, tsp)

convert_weightA

Convert between weight units (g, kg, oz, lb)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 3 tools

Disambiguation5/5

Each tool handles a distinct type of unit conversion (temperature, volume, weight) with no overlap, making them easily distinguishable.

Naming Consistency5/5

All tools follow the consistent 'convert_<unit_type>' pattern, using snake_case throughout.

Tool Count4/5

Three tools is a reasonable count for a focused unit conversion server, covering common categories but not over- or under-scoped.

Completeness3/5

The server covers temperature, volume, and weight, but misses other common unit types like length, area, or pressure, leaving notable gaps for a general 'units' server.

Maintenance

ActivityInactive
ResponsivenessNo issues