web_fetch
Fetch web page content and convert it to markdown or plain text, with automatic fallback between Tavily and Firecrawl for reliable extraction.
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 | |||