base_convert
ActiveTool 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
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries