scrape_url
ActiveTool of io.github.meltingpixelsai/harvey-tools
declared in 1.0.0
Scrape any URL and return cleaned text content. Powered by Playwright headless browser. Returns title, content, word count.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "URL to scrape"
},
"max_length": {
"type": "number",
"maximum": 50000,
"minimum": 100,
"description": "Max content length in chars (default: 10000)"
}
},
"additionalProperties": false
}Parent server
io.github.meltingpixelsai/harvey-tools
https://github.com/meltingpixelsai/harvey-tools
2/7 registries