encoding
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Encoder / Decoder (base64 / url / hex) — Reversibly encode or decode text between base64, base64url, URL-percent and hex.
Parameters schema
{
"type": "object",
"required": [
"text"
],
"properties": {
"op": {
"enum": [
"encode",
"decode"
],
"type": "string",
"description": "Direction"
},
"text": {
"type": "string",
"description": "Text or encoded payload to convert"
},
"scheme": {
"enum": [
"base64",
"base64url",
"url",
"hex"
],
"type": "string",
"description": "Wire format"
}
},
"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