mquickcalc-utility
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| length_converterA | Convert length: mm/cm/m/km ↔ in/ft/yd/mi. Input: value, from, to. |
| weight_converterB | Convert weight: mg/g/kg/tonne ↔ oz/lb/st. Input: value, from, to. |
| temperature_converterA | Convert temperature: °C ↔ °F ↔ K. Input: value, from (c/f/k), to (c/f/k). |
| volume_converterA | Convert volume: ml/l/cup/tbsp/tsp/floz/pint/quart/gallon. Input: value, from, to. |
| area_converterA | Convert area: mm²/cm²/m²/km² ↔ in²/ft²/yd²/acre/ha. Input: value, from, to. |
| speed_converterC | Convert speed: m/s ↔ km/h ↔ mph ↔ knots ↔ ft/s. Input: value, from, to. |
| time_converterB | Convert time: ms/sec/min/hr/day/week/month/yr. Input: value, from, to. |
| power_converterA | Convert power: mw/w/kw ↔ hp ↔ btu/h ↔ tr. Input: value, from, to. |
| energy_converterC | Convert energy: j/kj ↔ cal/kcal ↔ wh/kwh ↔ btu. Input: value, from, to. |
| data_storage_converterC | Convert data: b/B/KB/MB/GB/TB. Input: value, from, to. |
| percentage_calculatorD | Percentage: of / increase / decrease / whatPercent. Input: value, percent, operation. |
| tip_calculatorA | Calculate tip and split bill. Input: billAmount, tipPercent (default 15), people (default 1). |
| date_difference_calculatorB | Days/weeks/months between two dates. Input: startDate, endDate (YYYY-MM-DD). |
| age_calculatorA | Age from birth date. Input: birthDate (YYYY-MM-DD). Returns age in years + exact days. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 14 tools
Each tool targets a unique unit type or calculation (length, weight, temperature, etc.), with no overlap between converters and calculators. The purpose of every tool is immediately clear, so agents should have no trouble selecting the right one.
All tools follow a consistent snake_case pattern, with unit converters using the '_converter' suffix and calculators using '_calculator'. This creates a predictable and uniform naming scheme across the entire server.
14 tools is well-scoped for a unit conversion and calculation utility. Each tool serves a distinct purpose without redundancy, and the count feels appropriate for the breadth of functionality offered.
The server covers a wide range of common unit conversions (length, weight, temperature, volume, area, speed, time, power, energy, data) and several practical calculators. Minor gaps exist (e.g., pressure, angle, frequency conversions) but these are not critical for typical use cases.