Skip to main content
Glama
kgy0617

ECOS MCP Server

by kgy0617

통계 용어 사전

search_statistic_word
Read-onlyIdempotent

Search the Bank of Korea's ECOS glossary to get definitions of economic and statistical terms. Choose Korean or English responses for clear explanations.

Instructions

경제/통계 용어의 정의를 검색합니다.

한국은행 통계용어사전에서 용어의 상세 설명을 조회합니다.
예: "기준금리", "GDP", "소비자물가지수", "통화승수" 등
(ECOS 방화벽 제약으로 '/'는 공백으로 바뀌어 검색됩니다.)

Args:
    word: 검색할 통계/경제 용어
    start_count: 조회 시작 순번 (기본값: 1)
    end_count: 조회 끝 순번 (기본값: 10)
    language: 응답 언어 — "kr" 또는 "en"

Returns:
    용어 정의 목록

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wordYes
languageNokr
end_countNo
start_countNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare the tool read-only, idempotent, and non-destructive. The description adds useful behavioral context beyond that: it queries the Bank of Korea glossary and discloses the ECOS firewall quirk where '/' is replaced by a space. This helps an agent anticipate search behavior for terms containing slashes.

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

Conciseness4/5

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

The description is well-structured with an intro, examples, a behavioral note, Args, and Returns. It is reasonably compact, though the first two sentences are somewhat redundant—both say the tool searches definitions from the glossary.

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

Completeness4/5

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

For a simple search tool, the description covers the source, examples, parameter meanings, a behavioral quirk, and the return type ('용어 정의 목록'). It does not detail response fields, but no output schema exists and the tool is straightforward enough that this is a minor gap.

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

Parameters5/5

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

Schema description coverage is 0%, but the description compensates fully by explaining every parameter: 'word' is the term to search, 'start_count' and 'end_count' define the result range with defaults, and 'language' specifies 'kr' or 'en'. This adds real meaning beyond the bare schema.

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 a specific verb and resource: searching definitions of economic/statistics terms from the Bank of Korea terminology dictionary. It also gives concrete examples like '기준금리' and 'GDP', which makes the tool's purpose unambiguous and distinct from sibling tools that search statistics data or tables.

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 clearly establishes the context: this is a dictionary-lookup tool for term definitions, not a data/table search. It does not explicitly name alternative sibling tools or state when not to use it, but the scope is specific enough that an agent can infer appropriate usage.

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