Fetch Page
fetch_pageFetch a web page and receive its content as HTML, plain text, or markdown, along with basic metadata for immediate use.
Instructions
Fetch a web page and return its content in the specified format (HTML, plain text, or markdown). Includes basic metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to fetch | |
| format | No | Output format: html (raw HTML), text (plain text), or markdown | markdown |
| headers | No | Optional custom HTTP headers |