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