ai_search_api_reference
Search API documentation and usage examples by specifying the API name and platform to quickly find technical reference materials and implementation guidance.
Instructions
🔗 API参考搜索 - 快速查找API文档和使用示例
【重要】此工具会返回API文档搜索URL,Claude Code应该使用WebFetch工具访问该URL以获取真实搜索结果。
Input Schema
Name | Required | Description | Default |
---|---|---|---|
api_name | Yes | API名称或方法名 | |
platform | Yes | 平台或库名称(如:express、axios、lodash) |
Input Schema (JSON Schema)
{
"properties": {
"api_name": {
"description": "API名称或方法名",
"type": "string"
},
"platform": {
"description": "平台或库名称(如:express、axios、lodash)",
"type": "string"
}
},
"required": [
"api_name",
"platform"
],
"type": "object"
}