roman
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Roman Numeral Converter — Convert an integer (1..3999) to Roman numerals or back.
Parameters schema
{
"type": "object",
"properties": {
"mode": {
"enum": [
"to_roman",
"to_int"
],
"type": "string",
"description": "Direction"
},
"roman": {
"type": "string",
"description": "Roman numeral string (to_int)"
},
"number": {
"type": "integer",
"description": "Integer 1..3999 (to_roman)"
}
},
"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