Skip to main content
Glama
namjiman

db_mcp

by namjiman

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_collectionsA

지원하는 ITKC 컬렉션 목록을 반환한다.

각 항목: id(컬렉션코드), name(한글명), fields(지원 검색필드 코드 목록). search_db의 collection 파라미터에 id를 그대로 쓸 수 있다.

search_dbA

특정 컬렉션에서 검색한다.

collection: 컬렉션 코드(MO/BT/GO/KP/KH/JT/JR/ST/IT). list_collections로 확인. field: 한글('본문'/'서지'/'저자'/'권차문체'/'기사명'/'전체') 또는 코드(BD/SJ/AU/KW/GS/AA). 결과의 data_id로 get_fulltext 또는 get_translation을 호출해 전문을 받는다.

search_all_collectionsA

모든 컬렉션을 동시에 검색해 컬렉션별 결과를 반환한다.

field: 한글('본문'/'전체' 등) 또는 코드(BD/AA 등). limit: 컬렉션당 최대 결과 수. 반환: {컬렉션ID: {collection_name, totalCount, docs[]}, ...}

search_in_dirB

특정 자료/서지 디렉터리(dir_id) 안에서만 본문 검색한다.

get_fulltextC

글 한 편의 원문 전문 + 각주 + 원주를 반환한다(캐시 우선).

get_translationC

글의 국역(번역) 본문을 반환한다. 번역이 없으면 has_translation=false.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/namjiman/db_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server