clean_html
Strips and normalizes raw HTML to produce clean, LLM-ready text, with optional extraction of hashtags and mentions, reducing token usage for AI agents.
Instructions
Clean raw HTML that your agent, crawler, or browser session already fetched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | Raw HTML to strip and normalize. | |
| extractHashtags | No | ||
| extractMentions | No |