You're viewing a demo portfolio

Join the waitlist
PRSM

unit_convert

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Unit Converter — Convert length, mass, volume, time, data or temperature between units.

Parameters schema

{
  "type": "object",
  "required": [
    "value",
    "from_unit",
    "to_unit"
  ],
  "properties": {
    "value": {
      "type": "number",
      "description": "Value to convert"
    },
    "to_unit": {
      "type": "string",
      "description": "Target unit in the same category"
    },
    "from_unit": {
      "type": "string",
      "description": "Source unit (e.g. km, lb, gal, C, MB)"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →
unit_convert — WingmanProtocol Agent Gateway — PRSM MCP