Skip to main content
Glama
Gwyn-Ahchoo

my-mcp-server

by Gwyn-Ahchoo

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": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
greetB

이름과 언어를 입력하면 인사말을 반환합니다.

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

NameDescription
code-review코드를 입력받아 베스트 프랙티스에 따라 체계적으로 리뷰합니다. 언어와 리뷰 초점(focus)을 선택할 수 있습니다.

Resources

Contextual data attached and managed by the client

NameDescription
server-info이 MCP 서버의 이름, 버전, 제공 도구 목록, 데이터 소스 정보를 반환합니다.

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/Gwyn-Ahchoo/my-mcp-server'

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