You're viewing a demo portfolio

Join the waitlist
PRSM

unit-intel__convert_to_multiple

Active

Tool of TO1 Intelligence Fleet

declared in 1.0.0

[unit-intel] Convert one value to several units at once. Example: convert 100 miles to kilometers, meters, feet, and yards all in one call. Useful for getting a full reference table.

Parameters schema

{
  "type": "object",
  "required": [
    "value",
    "from",
    "to"
  ],
  "properties": {
    "to": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of target units (e.g. ['kilometer', 'meter', 'foot', 'yard'])"
    },
    "from": {
      "type": "string",
      "description": "Source unit (e.g. 'mile', 'pound', 'fahrenheit')"
    },
    "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.50.

Parent server

TO1 Intelligence Fleet

1/7 registries
View full server →