Skip to main content
Glama
hlucent
by hlucent

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATA_GO_KR_SERVICE_KEYYesService key for data.go.kr (Korean public data portal)

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_apt_tradeC

아파트 매매 실거래가 조회 (지역코드+계약년월)

get_apt_rentB

아파트 전월세 실거래가 조회 (지역코드+계약년월)

get_sh_tradeB

단독/다가구 매매 실거래가 조회 (지역코드+계약년월)

get_sh_rentA

단독/다가구 전월세 실거래가 조회 (지역코드+계약년월)

get_rh_tradeB

연립다세대 매매 실거래가 조회 (지역코드+계약년월)

get_rh_rentA

연립다세대 전월세 실거래가 조회 (지역코드+계약년월)

get_offi_tradeB

오피스텔 매매 실거래가 조회 (지역코드+계약년월)

get_offi_rentC

오피스텔 전월세 실거래가 조회 (지역코드+계약년월)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 8 tools

Disambiguation5/5

Each tool uniquely combines a property type (office, apartment, single/detached, row house) with a transaction type (trade or rent), resulting in 8 mutually exclusive purposes. No two tools overlap in function.

Naming Consistency5/5

All tools follow an identical get_<property_type>_<transaction_type> pattern with consistent snake_case. Property abbreviations are uniformly used across trade and rent variants, and transaction terms are consistent.

Tool Count5/5

The server uses 8 tools, which is well-scoped for a real estate price lookup service covering four property types and two transaction types. Each tool represents a distinct and necessary query combination.

Completeness5/5

The tool set comprehensively covers the main property types (apartment, office, single/detached, row house) and both major transaction types (sale and rent/lease). No obvious gaps exist in the stated domain of real estate transaction price lookup.

Maintenance

ActivityMaintained
ResponsivenessNo issues