ai_search_tencent_docs
Search Tencent Cloud product documentation and APIs to find technical specifications, implementation guides, and troubleshooting information for cloud services.
Instructions
☁️ 腾讯云文档搜索 - 搜索腾讯云产品文档和API
【重要】此工具会返回腾讯云文档搜索URL,Claude Code应该使用WebFetch工具访问该URL以获取真实搜索结果。
Input Schema
Name | Required | Description | Default |
---|---|---|---|
product | No | 产品名称(如:cvm、cos、cdn等) | |
query | Yes | 搜索关键词 |
Input Schema (JSON Schema)
{
"properties": {
"product": {
"description": "产品名称(如:cvm、cos、cdn等)",
"type": "string"
},
"query": {
"description": "搜索关键词",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}