Smithery
fetch_url
Fetch a URL and return basic information about the page.
Remote smithery-ai/fetch
Other tools also called fetch_url?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "The URL to fetch"
}
}
}