Structsยง
- WebFetch
Tool - Fetch a URL and return a coarse text representation of the response body.
Very intentionally simple: strips HTML tags by removing
<...>sequences, collapses whitespace, and truncates to a sensible size. For richer parsing, upstream callers can install a custom tool.