OpenWebSearch
fetchWebContent
Fetch content from a public HTTP(S) URL (supports Markdown files and normal web pages)
Remote Aas-ee/open-websearch
Remote (network-hosted)
Other tools also called fetchWebContent?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"maxChars": {
"type": "integer",
"default": 30000,
"maximum": 200000,
"minimum": 1000
}
}
}