Skip to main content
Glama
RealYoungk

OpenDART MCP Server

by RealYoungk

get_multi_financial_index

Retrieve key financial indicators for multiple Korean companies in a single query to analyze profitability, stability, growth, and activity metrics from DART disclosures.

Instructions

다중회사 주요 재무지표 - 여러 회사의 주요 재무지표를 일괄 조회합니다. corp_code는 쉼표(,)로 구분합니다.

    Args:
        corp_code: 고유번호(8자리, 쉼표 구분)
        bsns_year: 사업연도(4자리)
        reprt_code: 보고서코드 (11013:1분기, 11012:반기, 11014:3분기, 11011:사업보고서)
        idx_cl_code: 지표분류코드 (M210000:수익성지표, M220000:안정성지표, M230000:성장성지표, M240000:활동성지표)
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
corp_codeYes
bsns_yearYes
reprt_codeYes
idx_cl_codeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries full burden but offers minimal behavioral insight. It mentions the comma-separated format for corp_code but doesn't disclose rate limits, authentication requirements, error conditions, response format, or whether this is a read-only operation. For a tool with 4 required parameters and batch functionality, this is insufficient disclosure.

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 efficiently structured with a clear purpose statement followed by well-organized parameter documentation. Every sentence adds value, though the formatting with indented Args section could be slightly cleaner. The information density is high without unnecessary verbiage.

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 (4 required parameters, batch operation) and the presence of an output schema, the description is moderately complete. The parameter documentation is excellent, but behavioral aspects are lacking. With an output schema available, the description doesn't need to explain return values, but it should cover more operational context given no annotations.

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?

The description provides excellent parameter semantics despite 0% schema description coverage. It explains corp_code format (8-digit, comma-separated), bsns_year format (4-digit), and provides complete enum mappings for reprt_code and idx_cl_code with clear code-to-meaning translations. This fully compensates for the schema's lack of descriptions.

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 specific action ('일괄 조회합니다' - batch retrieval) and resource ('다중회사 주요 재무지표' - multi-company key financial indicators). It distinguishes from sibling tools like get_single_financial_index by explicitly mentioning '여러 회사의' (multiple companies) and '일괄' (batch), making the scope and differentiation clear.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. While it mentions batch retrieval for multiple companies, it doesn't specify scenarios where this is preferable over single-company tools or other financial data tools in the sibling list. No prerequisites, exclusions, or comparative context are provided.

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/RealYoungk/opendart-mcp'

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