encode_decode_url
Encode text into RFC 3986-compliant URL format for safe use in URLs and query strings, or decode percent-encoded strings back to readable text.
Instructions
URL-encode or decode a string. RFC 3986 compliant encoding for URLs and query strings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Text to encode or URL-encoded string to decode | |
| action | Yes | "encode" or "decode" |