search_api_docs
Search saved API documentation by keyword to find relevant APIs for Yaizu City's smart city services and open data access.
Instructions
保存済みのAPIドキュメントから特定のキーワードでAPIを検索します。
Args: keyword: 検索キーワード(API名、説明、カテゴリで検索)
Returns: str: 検索結果
Input Schema
Name | Required | Description | Default |
---|---|---|---|
keyword | Yes |
Input Schema (JSON Schema)
{
"properties": {
"keyword": {
"title": "Keyword",
"type": "string"
}
},
"required": [
"keyword"
],
"title": "search_api_docsArguments",
"type": "object"
}