web_fetch
Retrieve and clean web page content for developer operational tasks, enabling secure access to external information sources within AI workflows.
Instructions
Получить содержимое веб-страницы
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | URL страницы |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"description": "URL страницы",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}