You're viewing a demo portfolio

Join the waitlist
PRSM

encoding

Active

Tool 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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →