Skip to main content
Glama
namjiman

db_mcp

by namjiman

list_collections

Get a list of available ITKC collections with IDs, names, and search fields to use as parameters when searching the Korean Classics Database.

Instructions

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

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided. The description discloses that the tool returns a list with specific fields, which is adequate for a read-only list operation. It doesn't mention whether the list is static or dynamic, but the behavior is straightforward.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, efficiently conveying purpose, output structure, and usage hint. No redundant or filler content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is complete for this tool: no parameters, output schema exists to detail return values, and the description explains how the output can be used with search_db. No gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

There are no parameters. The description does not need to add parameter information, and with 0 parameters the baseline is 4. The description also adds value by explaining the structure of returned items.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states that the tool returns a list of supported ITKC collections, specifying the structure of each item (id, name, fields). It distinguishes itself from sibling tools which perform different operations like fulltext retrieval or translation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear usage context by stating that the id can be used directly as the collection parameter of search_db. This helps the agent understand how to apply the output. No explicit exclusions are needed given the simplicity.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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