visit_page
Extract webpage content by visiting a specified URL, enabling focused deep web research with advanced content extraction capabilities on the MCP Deep Web Research Server.
Instructions
Visit a webpage and extract its content
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | URL to visit |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"description": "URL to visit",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}