Skip to main content
Glama
musasister

commercial-registry

by musasister

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_precedentsA

상업등기선례를 키워드로 검색합니다. 제목에 포함된 키워드로 검색합니다.

get_precedent_by_numberA

예규번호로 특정 상업등기선례를 조회합니다.

list_precedentsB

상업등기선례 목록을 페이지별로 조회합니다.

get_statsA

상업등기선례 통계를 조회합니다.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
precedents-data

TDQS

A4/5.0

Scored across 4 tools

Disambiguation5/5

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.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: search_, get_, list_, get_. The style is uniform and predictable across the set.

Tool Count5/5

Four tools is well-scoped for a focused commercial registry lookup service. Each tool covers a necessary access pattern without redundancy or bloat.

Completeness5/5

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.