get_url_content_info
Extract webpage content from a specified URL. Use this tool to retrieve text and data directly from web addresses, enabling real-time information access and analysis.
Instructions
从指定URL获取网页内容
参数:
url (str): 需要提取内容的网页地址
返回:
str: 从URL提取的网页内容
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"title": "Url",
"type": "string"
}
},
"required": [
"url"
],
"title": "get_url_content_infoArguments",
"type": "object"
}