fetch_url_text
Extract and download all visible text from any specified URL using URL Text Fetcher MCP Server. Ideal for retrieving web content for analysis or processing.
Instructions
Download all visible text from a URL.
Args: url: The URL to fetch text from
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"title": "Url",
"type": "string"
}
},
"required": [
"url"
],
"title": "fetch_url_textArguments",
"type": "object"
}