get_employment_by_sector
Provide ISO country code and year to retrieve sector employment percentages (services, agriculture, industry) from World Bank, with a fallback message if no data exists.
Instructions
특정 국가와 연도의 섹터별 고용 데이터를 조회합니다. Services, Agriculture, Industry 세 섹터의 고용 비율(%)을 반환합니다.
Args: country: ISO 2- or 3-letter code (e.g., 'US', 'KR', 'IN') year: Four-digit year (>=1960)
Returns: 섹터별 고용 비율 정보. 데이터가 없으면 메시지 반환.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | ||
| country | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |