fetch_page_content
Fetch a web page URL and extract its content as clean markdown. Specify a maximum character limit to control output length.
Instructions
Fetch and extract content from a web page. Returns the page content in markdown format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to fetch. Example: "https://example.com" | |
| max_chars | No | Maximum number of characters of content to return. Longer content is truncated. Defaults to 50000 when omitted. |