Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SEOUL_OPEN_API_KEYYesYour Seoul Open Data API key from https://data.seoul.go.kr

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_placesA

서울시 실시간 도시데이터가 제공되는 주요 121개 장소를 나열합니다. query 로 장소명을 부분 일치 필터링할 수 있습니다.

get_citydataA

서울 주요 장소 한 곳의 실시간 도시데이터를 조회합니다. 인구 혼잡도, 도로소통, 주차장, 지하철, 버스, 따릉이, 전기차충전소, 날씨, 문화행사, 상권, 사고통제, 재난문자, 뉴스를 제공합니다. categories 로 필요한 데이터만 고르면 출력이 줄어듭니다.

get_congestion_rankingA

서울 주요 121개 장소를 현재 혼잡도(붐빔 > 약간 붐빔 > 보통 > 여유) 순으로 정렬해 반환합니다. "지금 가장 붐비는 곳이 어디야?" 같은 질문에 사용하세요. category 로 분류를 좁힐 수 있습니다.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool serves a distinct purpose: listing available places, fetching detailed data for a single place, and comparing congestion across places. There is no overlap in their primary functions.

Naming Consistency5/5

All tool names follow the same verb_noun pattern with lowercase and underscores: list_places, get_citydata, get_congestion_ranking. This is highly predictable and consistent.

Tool Count5/5

Three tools is a minimal but well-scoped set for a real-time Seoul city data server. Each tool covers a necessary aspect: enumeration, retrieval, and ranking, with no redundancy.

Completeness5/5

The toolset fully covers the domain of accessing real-time city data: listing available places, retrieving detailed data by place with optional category filtering, and obtaining a congestion ranking across all places. There are no obvious gaps for its intended purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues