describe_api
Retrieve the input schema for a specific API operation, so you know exactly which parameters are required before calling the API.
Instructions
특정 operationId 의 입력 필드(Input_0) 스키마를 반환합니다. call_api 호출 전에 어떤 파라미터가 필요한지 확인하는 용도입니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operationId | Yes | list_apis 로 찾은 operationId (예: krstockQuoteCurrentPrice) |