1. fetch_html
Fetches and returns raw HTML content from any URL. This tool allows you to retrieve the complete HTML source code of web pages, including all markup, scripts, and styling information.
2. fetch_json
Fetches and parses JSON data from any URL. This tool is designed to retrieve structured data from APIs and JSON endpoints, automatically parsing the response into a usable format.
3. fetch_txt
Fetches and returns clean plain text content, removing HTML tags and scripts. This tool extracts readable text content from web pages by stripping away all HTML markup and JavaScript code.
4. fetch_markdown
Fetches content and converts it to well-formatted Markdown. This tool retrieves web content and transforms it into Markdown format, making it suitable for documentation and text processing workflows.