Web Fetch Exa
web_fetch_exaFull Description
Read a webpage's full content as clean markdown. Use after web_search_exa when highlights are insufficient or to read any URL.
Best for: Extracting full content from known URLs. Batch multiple URLs in one call. Returns: Clean text content and metadata from the page(s).
Parameters (1 required, 1 optional)
urlsarrayURLs to read. Batch multiple URLs in one call.
maxCharactersnumberMaximum characters to extract per page (must be a positive number, default: 3000)