crawl_url_content
Extract content from a single web page, including main text, links, and images, with customizable options for maximum content length, using the Open Search MCP server.
Instructions
Crawl and extract content from a single web page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
extractImages | No | Extract all images from the page | |
extractLinks | No | Extract all links from the page | |
extractText | No | Extract main text content | |
maxContentLength | No | Maximum length of extracted content | |
url | Yes | URL of the web page to crawl |