You're viewing a demo portfolio

Join the waitlist
PRSM

unit-intel__convert_unit

Active

Tool of TO1 Intelligence Fleet

declared in 1.0.0

[unit-intel] Convert a value from one unit to another. Supports: length (meter, mile, foot, inch, km), weight (kg, pound, ounce, gram), temperature (Celsius, Fahrenheit, Kelvin), volume (liter, gallon, cup, ml), speed (mph, km/h, knots, m/s), area (acre, hectare, sq ft, sq km), energy (joule, calorie, kWh, BTU), pressure (pascal, PSI, bar, atm), digital storage (byte, KB, MB, GB, TB), time (second, minute, hour, day, year).

Parameters schema

{
  "type": "object",
  "required": [
    "value",
    "from",
    "to"
  ],
  "properties": {
    "to": {
      "type": "string",
      "description": "Target unit (e.g. 'kilometer', 'pound', 'celsius', 'liter', 'km/h', 'hectare', 'joule', 'bar', 'MB', 'minute')"
    },
    "from": {
      "type": "string",
      "description": "Source unit (e.g. 'mile', 'kg', 'fahrenheit', 'gallon', 'mph', 'acre', 'kWh', 'PSI', 'GB', 'hour')"
    },
    "value": {
      "type": "number",
      "description": "The numeric value to convert"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

TO1 Intelligence Fleet

1/7 registries
View full server →
unit-intel__convert_unit — TO1 Intelligence Fleet — PRSM MCP