server-employee
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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