web_fetch_exa
Fetch full webpage content as clean markdown. Use after search results when highlights are insufficient, or to extract complete text and metadata from known URLs. Batch multiple URLs in one call.
Instructions
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).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | No | URLs to read. Batch multiple URLs in one call. | |
| maxCharacters | No | Maximum characters to extract per page (default: 3000) |