web_extract
Extract readable content from up to five web pages as markdown, plain text, or HTML. Read full page content after a web search to access the underlying information.
Instructions
Extract readable content from 1-5 web pages (markdown by default).
Use after web_search/news_search to read the actual page content.
Args: urls: 1-5 absolute http(s) URLs to extract. max_chars: max characters of content returned per page (default 6000). fmt: "text_markdown" | "text_plain" | "text_rich" | "text" (raw HTML) | "content" (bytes->str).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fmt | No | text_markdown | |
| urls | Yes | ||
| max_chars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||