my-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| greetA | 이름과 언어를 입력하면 인사말을 반환합니다. |
| calculateA | 두 숫자와 연산자를 입력하면 사칙연산 결과를 반환합니다. |
| solar_to_lunarA | 양력 날짜를 입력하면 음력 날짜를 반환합니다. |
| lunar_to_solarA | 음력 날짜를 입력하면 양력 날짜를 반환합니다. |
| geocode_cityB | 도시 이름을 입력하면 위도/경도 좌표를 반환합니다. |
| get_weatherB | 위도와 경도를 입력하면 현재 날씨 정보를 반환합니다. |
| get_air_qualityA | 위도와 경도를 입력하면 미세먼지(PM10) 및 초미세먼지(PM2.5) 정보를 반환합니다. days=1이면 현재 값, days>1이면 일별 평균 예보를 반환합니다. |
| generate-imageB | HuggingFace Inference API(FLUX.1-schnell)로 텍스트 프롬프트로부터 이미지를 생성합니다. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| code-review | 코드를 입력받아 베스트 프랙티스에 따라 체계적으로 리뷰합니다. 언어와 리뷰 초점(focus)을 선택할 수 있습니다. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| server-info | 이 MCP 서버의 이름, 버전, 제공 도구 목록, 데이터 소스 정보를 반환합니다. |
TDQS
Scored across 8 tools
Each tool addresses a completely different functionality (calculation, image generation, geocoding, air quality, weather, greeting, lunar-solar conversion), so there is no overlap or ambiguity.
Tool names mix styles: some are simple verbs (calculate, greet), some are verb_noun (geocode_city, generate-image), and some are noun_to_noun (lunar_to_solar, solar_to_lunar). No consistent pattern.
At 8 tools, the count is reasonable, but the server lacks a focused domain; it feels like a random collection of utilities rather than a coherent service.
The tools cover only minimal facets of their respective domains (e.g., weather: only current conditions; air quality: only PM; lunar: only conversion). No update, delete, or broader lifecycle operations exist.