web_fetch
Fetch and extract web page content as markdown or plain text, automatically falling back from Tavily to Firecrawl for reliable results.
Instructions
Fetch and extract the content of a web page as markdown (or plain text). Tries Tavily first; on failure or empty result, automatically falls back to Firecrawl. Requires TAVILY_API_KEY and/or FIRECRAWL_API_KEY in the server's environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| query | No | ||
| format | No | markdown | |
| extract_depth | No | basic | |
| only_main_content | No | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||