You're viewing a demo portfolio

Join the waitlist
PRSM

unit-converter

Active

Tool of The Stall

declared in 4.82.0

Converts between 100+ units across 12 categories: length, weight, temperature, volume, speed, area, energy, pressure, data, time, angle, frequency. Handles mixed-case inputs (km, KM, Km all work). Returns the converted value plus all common units in the same category. Zero external calls — pure math.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "to": {
      "type": "string",
      "description": "Target unit. If omitted, returns all units in the same category."
    },
    "from": {
      "type": "string",
      "description": "Source unit (e.g. 'kg', 'mi', 'f', 'kwh', 'mph', 'gb', 'psi'). Case-insensitive."
    },
    "value": {
      "type": "number",
      "description": "Numeric value to convert."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

The Stall

1/7 registries
View full server →