fetch_url_text
Extract and download all visible text content from any webpage using a URL. Designed for web scraping and integration with LM Studio.
Instructions
Download all visible text from a URL.
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"
}