get_api_details
Retrieve detailed information about specific APIs available through the Yaizu Smart City MCP Server to understand functionality and usage requirements.
Instructions
特定のAPIの詳細情報を取得します。
Args: api_name: API名またはファイル名(拡張子なし)
Returns: str: API詳細情報
Input Schema
Name | Required | Description | Default |
---|---|---|---|
api_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"api_name": {
"title": "Api Name",
"type": "string"
}
},
"required": [
"api_name"
],
"title": "get_api_detailsArguments",
"type": "object"
}