Skip to main content
Glama
jungi0531

server-employee

by jungi0531

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_employment_by_sectorA

특정 국가와 연도의 섹터별 고용 데이터를 조회합니다. Services, Agriculture, Industry 세 섹터의 고용 비율(%)을 반환합니다.

Args: country: ISO 2- or 3-letter code (e.g., 'US', 'KR', 'IN') year: Four-digit year (>=1960)

Returns: 섹터별 고용 비율 정보. 데이터가 없으면 메시지 반환.

get_agriculture_employmentA

특정 국가와 연도의 농업 섹터 고용 비율을 조회합니다.

Args: country: ISO 2- or 3-letter code (e.g., 'US', 'KR', 'IN') year: Four-digit year (>=1960)

Returns: 농업 섹터 고용 비율 (% of total employment)

get_industry_employmentA

특정 국가와 연도의 산업 섹터 고용 비율을 조회합니다.

Args: country: ISO 2- or 3-letter code (e.g., 'US', 'KR', 'IN') year: Four-digit year (>=1960)

Returns: 산업 섹터 고용 비율 (% of total employment)

get_services_employmentA

특정 국가와 연도의 서비스 섹터 고용 비율을 조회합니다.

Args: country: ISO 2- or 3-letter code (e.g., 'US', 'KR', 'IN') year: Four-digit year (>=1960)

Returns: 서비스 섹터 고용 비율 (% of total employment)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jungi0531/mcp-server-employee'

If you have feedback or need assistance with the MCP directory API, please join our Discord server