ai_search_segmentfault
Search SegmentFault for technical Q&A and articles to find programming solutions and development insights.
Instructions
🔧 SegmentFault搜索 - 搜索思否技术问答和文章
【重要】此工具会返回SegmentFault搜索URL,Claude Code应该使用WebFetch工具访问该URL以获取真实搜索结果。
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | 搜索关键词 | |
tags | No | 标签筛选(可选) |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "搜索关键词",
"type": "string"
},
"tags": {
"description": "标签筛选(可选)",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}