ENยทESยทDEยทPTยทFR
โŒ˜K

Web Fetch Tool

Fetch a URL and extract its readable content. Always enabled, no configuration required.

Tool Name

web_fetch

Parameters

KeyTypeDefaultDescription
urlstringโ€”The URL to fetch (required)
max_charsinteger20000Maximum characters to return

Behavior

  1. Fetches URL with browser-like headers (Firefox user-agent, standard Accept headers)
  2. Attempts readability extraction to get clean article text
  3. Falls back to full HTML-to-markdown conversion
  4. Truncates to max_chars at a safe UTF-8 boundary
Complements Browser Tool
Use web_fetch for quick content extraction without spinning up Chrome. Use the Browser Tool for interactive pages requiring JavaScript, form filling, or screenshots.