search_url
Fetch and return plain-text content from any web page URL using the WebSurfer MCP server. Handles multiple content types, provides error handling, and supports custom timeouts for reliable text extraction.
Instructions
Fetch and return plain-text content from a web page URL. Handles various content types and provides comprehensive error handling.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
timeout | No | Optional timeout in seconds (default: 10) | |
url | Yes | The URL to fetch content from. Must be a valid HTTP/HTTPS URL. |