Skip to main content
Glama
gyeongmin100

OpenDART MCP Server

by gyeongmin100

get_xbrl_financial

Retrieve and convert XBRL financial statements from the OpenDART API into a dictionary using a receipt number and report code.

Instructions

XBRL 형식의 재무제표 원본을 조회합니다 (ZIP → XML → dict 변환).

Args: rcept_no: 접수번호 14자리 (필수) reprt_code: 보고서 코드 ("11013"=1분기, "11012"=반기, "11014"=3분기, "11011"=사업보고서)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rcept_noYes
reprt_codeYes
Behavior3/5

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

With no annotations, the description must disclose behavior. It mentions the conversion process (ZIP→XML→dict), suggesting the output is parsed. But it doesn't state whether the call is read-only, any rate limits, or error handling. The description adds moderate value beyond what the tool name implies.

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 concise sentences. The first explains the core function, and the second lists parameters with clear values. Every word is useful, no redundancy.

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?

Given no output schema, the description could mention the structure of the returned dictionary. However, the conversion note hints at the output format. The tool's purpose is clear, and the parameter details are complete. Minor gap in output specification.

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%, so the description fully compensates by explaining rcept_no as a 14-digit receipt number and reprt_code with explicit report period codes (e.g., '11013' for Q1). This adds essential meaning missing from the 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 the tool retrieves XBRL financial statements with a transformation pipeline (ZIP→XML→dict). This distinguishes it from siblings like get_single_company_account or get_audit_fee, which cover different report types.

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

Usage Guidelines3/5

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

The description provides parameter details for rcept_no and reprt_code, including the valid codes for quarterly/annual reports. However, it does not guide when to use this tool versus alternatives like get_single_financial_index, leaving the agent to infer context from the tool name alone.

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/gyeongmin100/Open-Dart-Plugin'

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