url_content
Extract webpage content and metadata from any URL using the MCP2Brave server's web search capabilities.
Instructions
直接获取网页内容
参数:
url (str): 目标网页地址
返回:
str: 网页内容和元数据
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"title": "Url",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}