Skip to main content
Glama
Dayoooun

Korea Stats MCP

by Dayoooun

analyze_time_series

Analyze time series trends and growth rates of Korean statistical data from KOSIS. Requires valid codes obtained via get_table_info.

Instructions

통계 데이터의 시계열 추세를 분석합니다. 증가/감소/안정/변동 추세와 성장률을 계산합니다. 중요: 먼저 get_table_info로 유효한 objL1, objL2, itemId 값을 확인한 후 호출하세요.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
objL1Yes분류1 코드 (필수) - get_table_info로 유효한 값 조회 필요. 예: "00"(전국), "0"(계)
objL2No분류2 코드 (선택) - 일부 테이블에서 필요. 예: 실업률 테이블의 연령계층별 "00"(계)
orgIdYes기관 ID
itemIdYes항목 ID (필수) - get_table_info로 유효한 값 조회 필요. 예: "T10"(출생건수)
tableIdYes통계표 ID
yearCountNo분석할 기간 수 (기본: 10)
periodTypeYes주기: Y(년), M(월), Q(분기)
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It states the tool calculates trends and growth rates but does not disclose whether it is read-only, what happens on invalid input, rate limits, or other behavioral traits. This lack of transparency is a significant gap for a computation tool.

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 concise (three sentences) and front-loaded: first sentence states purpose, second lists outputs, third provides critical usage note. Every sentence adds value, with no redundancy or fluff.

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 tool's complexity (7 parameters, no output schema), the description provides essential prerequisite guidance but lacks details on return format, data interpretation, or constraints. It is minimally viable but leaves gaps for an agent to understand expected outputs fully.

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?

The input schema has 100% coverage for parameter descriptions. The description adds value by explicitly linking objL1 and itemId to get_table_info for validation, providing additional semantic context beyond the schema. This justifies a score above the baseline of 3.

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 specifies that the tool analyzes time series trends and calculates growth rates. It provides a specific verb ('analyze') and resource ('time series of statistical data'). However, it does not explicitly differentiate from sibling tools like quick_trend, which may perform similar functions.

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 includes an important prerequisite: to first use get_table_info to validate objL1, objL2, and itemId. This provides clear context and a precondition. However, no guidance is given on when to choose this tool over alternatives like compare_statistics or quick_stats.

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