clean_text
Remove HTML tags, fix encoding errors, and normalize whitespace to extract clean text from messy web content or user input.
Instructions
Remove HTML tags, fix encoding issues, normalize whitespace, and extract clean text from messy input. Perfect for agents processing scraped web content or user-submitted text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to clean and normalize | |
| options | No |