Canonical runtime-backed view of the artifact, independent from metadata governance.
{
"definition": {
"function": {
"description": "Download and extract clean text content from a provided URL. Use this to read articles, documentation, or any specific webpage the user provides or from search results.",
"name": "web_scraper",
"parameters": {
"properties": {
"url": {
"description": "The exact HTTP or HTTPS URL to read from.",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}
},
"type": "function"
},
"kind": "tool",
"summary": {
"description": "Download and extract clean text content from a provided URL. Use this to read articles, documentation, or any specific webpage the user provides or from search results.",
"id": "web_scraper",
"kind": "tool",
"path": "Tools/global/misc/web_scraper.json",
"title": "web_scraper"
},
"validation_issues": []
}