You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.1).

url_encode_decode

Inactive

Tool of com.gadgethumans.swarm/x402-middleware

declared in 1.28.1

Encode or decode URL/URI strings. Use this to safely encode special characters for URLs or decode percent-encoded URL strings back to readable text. Parameters: text — The string to encode or decode. mode — 'encode' (default) or 'decode'.

Parameters schema

{
  "type": "object",
  "title": "url_encode_decodeArguments",
  "required": [
    "text"
  ],
  "properties": {
    "mode": {
      "type": "string",
      "title": "Mode",
      "default": "encode"
    },
    "text": {
      "type": "string",
      "title": "Text"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

com.gadgethumans.swarm/x402-middleware

https://github.com/scotia1973-bot/gadgethumans-x402

2/7 registries
View full server →