LNA-Report MCP Server
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 |
|---|---|
| analyze_lnaA | LNA CSV 파일을 분석하여 팀별 역량 현황을 반환합니다. Args: csv_path: LNA CSV 파일 경로 team_config: 팀 설정 JSON (선택). 예: {"Team1": {"name": "구축팀", "leader": "최지석", "mission": "클라우드 구축/운영"}} |
| generate_reportB | LNA CSV 파일을 분석하여 역량강화 평가 분석 리포트 PPT를 생성합니다. Args: csv_path: LNA CSV 파일 경로 output_path: 생성할 PPT 파일 경로 team_config: 팀 설정 JSON. 예: {"Team1": {"name": "구축팀", "leader": "최지석", "mission": "클라우드 구축/운영"}} company_name: 고객사명 |
| get_team_scoresA | 특정 팀 또는 전체의 과정별 역량 점수를 반환합니다. Args: csv_path: LNA CSV 파일 경로 team_name: 팀명 (비어있으면 전체) |
| get_recommendationsB | 팀별 교육 추천 과정을 반환합니다. Args: csv_path: LNA CSV 파일 경로 team_name: 팀명 (비어있으면 전체) |
| get_individual_assessmentsB | 개인별 역량 평가 결과를 반환합니다 (이름, 팀, 평균점수, 강점3개, 약점3개, 추천교육3개). Args: csv_path: LNA CSV 파일 경로 team_config: 팀 설정 JSON (선택) |
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
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/twkim1122/LNA_Report_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server