통계 메타데이터
get_statistic_metaRetrieve metadata for a specified statistical dataset from the Bank of Korea's ECOS, including structure, methodology, and description. Supports Korean and English responses.
Instructions
통계 데이터셋의 메타데이터(구조, 작성방법, 설명)를 조회합니다.
Args:
data_name: 데이터셋 이름 (필수). 예: "경제심리지수", "소비자물가지수"
start_count: 조회 시작 순번 (기본값: 1)
end_count: 조회 끝 순번 (기본값: 100)
language: 응답 언어 — "kr" 또는 "en"
Returns:
메타데이터
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | kr | |
| data_name | Yes | ||
| end_count | No | ||
| start_count | No |