Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KCSC_API_KEYYesKCSC OpenAPI key (required)
KCSC_CA_BUNDLENoPath to corporate CA certificate bundle
KCSC_VERIFY_SSLNoSet to 'false' to disable SSL verification
KCSC_CACHE_TTL_SECONDSNoCache TTL in seconds (default: 600)600

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
kcsc_list_codesB

List available KCSC codes with optional filtering and pagination.

kcsc_get_contentA

Fetch the full document content for a specific KCS or KDS code.

kcsc_search_codesB

Search KCSC codes by keyword.

kcsc_search_sectionsA

Search titles and contents inside a single KCSC document.

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 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: listing codes, searching codes, getting full content for a code, and searching within a single document. No overlap or ambiguity.

Naming Consistency5/5

All tools follow the consistent 'kcsc_verb_noun' pattern with snake_case, e.g., kcsc_get_content, kcsc_list_codes, kcsc_search_codes, kcsc_search_sections.

Tool Count5/5

Four tools is well-scoped for a code/document lookup server, covering key operations without redundancy or deficiency.

Completeness4/5

The set covers listing, searching, and retrieving content for KCSC codes. A minor gap is the lack of a standalone 'list sections' or metadata-only endpoint, but search_sections partially addresses in-document navigation.

Maintenance

ActivityInactive
ResponsivenessNo issues