Fetch and return the main text content from an HTML webpage as clean Markdown.
Use this after search_web to read articles, blogs, or documentation.
For PDF, DOCX, or XLSX files, use extract_as_markdown tool instead.
- Parameters:
-
- Returns:
Clean webpage content as Markdown text, or an error message.