url_encode_decode
InactiveTool of com.gadgethumans.swarm/x402-middleware
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"
}
}
}Parent server
com.gadgethumans.swarm/x402-middleware
https://github.com/scotia1973-bot/gadgethumans-x402
2/7 registries