rap2_search_interfaces_by_keyword
Search API interfaces in RAP2 repositories using keywords to quickly find relevant endpoints and documentation.
Instructions
按关键字搜索接口(可选限定仓库)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
keyword | Yes | 搜索关键字 | |
repositoryId | No | 仓库 ID(可选,传入字符串) |
Input Schema (JSON Schema)
{
"properties": {
"keyword": {
"description": "搜索关键字",
"type": "string"
},
"repositoryId": {
"description": "仓库 ID(可选,传入字符串)",
"type": "string"
}
},
"required": [
"keyword"
],
"type": "object"
}