escape_html
Escape or unescape HTML entities for safe text rendering. Prevents XSS by converting special chars to entities or decoding them back.
Instructions
Escape or unescape HTML entities
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to escape or unescape | |
| action | No | Action: escape or unescape (default: escape) |