ai_search_cnblogs
Search technical blogs from CNBlogs platform to find programming tutorials, development insights, and coding solutions for comprehensive technical research.
Instructions
📚 博客园搜索 - 搜索博客园技术博客
【重要】此工具会返回博客园搜索URL,Claude Code应该使用WebFetch工具访问该URL以获取真实搜索结果。
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | 搜索关键词 |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "搜索关键词",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}