commercial-registry
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
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_precedentsA | 상업등기선례를 키워드로 검색합니다. 제목에 포함된 키워드로 검색합니다. |
| get_precedent_by_numberA | 예규번호로 특정 상업등기선례를 조회합니다. |
| list_precedentsB | 상업등기선례 목록을 페이지별로 조회합니다. |
| get_statsA | 상업등기선례 통계를 조회합니다. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| precedents-data |
TDQS
Scored across 4 tools
Each tool targets a distinct operation: keyword search, retrieval by number, paginated listing, and statistics. There is no ambiguity because the action and input type clearly separate them.
All tool names follow a consistent verb_noun pattern: search_, get_, list_, get_. The style is uniform and predictable across the set.
Four tools is well-scoped for a focused commercial registry lookup service. Each tool covers a necessary access pattern without redundancy or bloat.
The domain appears to be read-only access to commercial registry precedents. The set covers search, retrieval by number, list browsing, and statistics, which fully addresses typical user needs for such a registry.