Skip to main content
Glama
isnow890

Data4Library MCP Server

by isnow890

search_library_codes

Find South Korean public library codes by entering a library name or region. Retrieve the exact code needed to access library data and services.

Instructions

도서관명이나 지역명으로 도서관 코드를 검색합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo최대 검색 결과 수 (1~100)
regionNameNo지역명으로 검색 (예: 서울, 강남구, 부산, 경기도)
libraryNameNo도서관명 또는 코드의 일부로 검색 (예: '중앙도서관', '강남', '시립')

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.7

TDQS

A3.6/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It only says 'search' without any mention of pagination, rate limits, output format, or other behavioral traits. This is a significant gap for a tool with no annotation safety net.

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 a single, front-loaded sentence that states the tool's purpose with zero filler. Every word is functional and there is no redundancy.

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

Completeness2/5

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

With no output schema and no annotations, the description should explain what the tool returns (e.g., a list of library codes). It does not, leaving the agent to guess the return format. The simplicity of the tool partially excuses this, but for completeness it falls short.

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

Parameters3/5

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

The schema descriptions cover all parameters at 100%, so the description does not need to repeat parameter details. It does add a high-level mapping of regionName and libraryName to the search criteria, but this adds minimal value beyond what the schema already provides, meeting the baseline for high coverage.

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 the action (search), the resource (library codes), and the search criteria (by library name or region name). This is specific and distinguishes it from siblings like search_libraries, which likely returns library information rather than codes.

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 context on when to use the tool: when you need library codes identified by name or region. However, it does not explicitly mention alternatives or when not to use other search tools, so it lacks exclusions but still conveys its intended use clearly.

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