You're viewing a demo portfolio

Join the waitlist
PRSM

base_convert

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Number Base Converter — Convert an integer between bases 2-36, with binary/octal/decimal/hex forms.

Parameters schema

{
  "type": "object",
  "required": [
    "value"
  ],
  "properties": {
    "value": {
      "type": "string",
      "description": "The number as a string in from_base"
    },
    "to_base": {
      "type": "integer",
      "description": "Target base 2-36 (default 16)"
    },
    "from_base": {
      "type": "integer",
      "description": "Source base 2-36 (default 10)"
    }
  },
  "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 →
base_convert — WingmanProtocol Agent Gateway — PRSM MCP