Skip to main content
Glama
Dayoooun

Korea Stats MCP

by Dayoooun

get_statistics_data

Retrieve actual statistical data from a specific table after validating classification and item codes using get_table_info.

Instructions

특정 통계표의 실제 데이터를 조회합니다. 중요: 먼저 get_table_info로 유효한 objL1, itemId 값을 확인한 후 호출하세요.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
objL1Yes분류1 코드 (필수) - get_table_info로 유효한 값 조회 필요
objL2No분류2 코드 (선택)
objL3No분류3 코드 (선택)
objL4No분류4 코드 (선택)
orgIdYes기관 ID (예: 101)
itemIdYes항목 ID (필수) - get_table_info로 유효한 값 조회 필요
tableIdYes통계표 ID (예: DT_1B04005)
endPeriodNo종료 시점 (예: 2024, 202412)
periodTypeYes주기: Y(년), M(월), Q(분기), S(반기), D(일), F(다년), IR(부정기)
recentCountNo최근 N개 시점 (startPeriod/endPeriod 대신 사용)
startPeriodNo시작 시점 (예: 2020, 202001)
Behavior3/5

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

No annotations are provided, so the description must cover behavioral traits. It only says 'queries actual data,' implying a read operation, but lacks details on error handling, rate limits, or response format. Adequate but not thorough.

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 consists of two concise sentences. The first states the purpose, and the second provides a critical usage note. No extraneous information.

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

Completeness3/5

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

Given the complexity (11 parameters, no output schema, no annotations), the description provides the core purpose and a key prerequisite. However, it does not explain the output format, pagination (if any), or how this tool differs from analysis siblings. Adequate but could be more complete.

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 input schema already describes all 11 parameters with 100% coverage. The description adds the note about get_table_info for objL1 and itemId, which is also present in the schema descriptions. Therefore, the description adds minimal additional semantic value beyond the schema.

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

Purpose4/5

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

The description clearly states the tool queries actual data of a specific statistics table (specific verb+resource). However, it does not explicitly differentiate from sibling tools like analyze_time_series or compare_statistics, which may also retrieve data.

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 an explicit prerequisite: first obtain valid objL1 and itemId values from get_table_info. This guides correct usage but does not specify when not to use this tool or mention alternatives.

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/Dayoooun/korea-stats-mcp'

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