url_encode
Encode or decode URL strings with optional action parameter. Automatically handles text to make it safe for URL use.
Instructions
URL encode or decode a string
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to encode or decode | |
| action | No | Action: encode or decode (default: encode) |