Fetch content from the specified URL and return it in the specified format. Supports converting web content to Markdown format or filtering non-visual elements.
fetch_to_file
Fetch content from the specified URL and save it to a file. Web content is not fed into LLM context, avoiding excessive token consumption.
http_request
Generic HTTP request tool with full HTTP method support (GET, POST, PUT, PATCH, DELETE), custom headers, text and JSON request bodies, returning complete HTTP response information.