Skip to main content

web_fetch

Fetches the content of a single URL and returns it as clean markdown. Use to read a specific page (article, doc, blog post) — usually after web_search has surfaced a URL worth examining.

Parameters

Returns

A formatted markdown payload with the page contents. On failure:

Call from your own custom tool

Notes

  • Pages behind paywalls, robot blocks, or that error upstream will return an error envelope.