Fetch a web page as clean Markdown
fetch_pageFetch a public URL and return clean LLM-ready Markdown from the server-rendered response. This tool does not execute browser JavaScript; for SPA or empty-text pages, use web_search, a browser, or the site's API. Use it after web_search to read a reachable public source, or to ingest a static page for analysis. Example — GET https://ainetcafe.com/t/fetch_page?url=https://example.com
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The page URL to fetch. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||