Skip to main content
Glama
memorise8

dart-search-mcp

by memorise8

get_financial_indicators

Retrieve financial ratios for a Korean company from DART data. Analyze profitability, stability, growth, and activity metrics by providing corporate code and business year.

Instructions

DART에서 단일회사의 주요 재무지표를 조회합니다.

수익성, 안정성, 성장성, 활동성 등의 재무비율 지표를 반환합니다.

Parameters:
    corp_code: DART 고유번호 (8자리, 예: "00126380")
    bsns_year: 사업연도 (예: "2024", "2023")
    reprt_code: 보고서코드
        11013=1분기보고서, 11012=반기보고서,
        11014=3분기보고서, 11011=사업보고서(기본값)
    idx_cl_code: 지표분류코드 (빈 문자열이면 전체)
        M210000=수익성지표 (매출총이익률, 영업이익률, 순이익률, ROE, ROA 등)
        M220000=안정성지표 (부채비율, 유동비율, 자기자본비율, 이자보상배율 등)
        M230000=성장성지표 (매출액증가율, 영업이익증가율, 총자산증가율 등)
        M240000=활동성지표 (총자산회전율, 재고자산회전율, 매출채권회전율 등)

Returns:
    재무지표 목록 (지표분류, 지표명, 지표값)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
corp_codeYes
bsns_yearYes
reprt_codeNo11011
idx_cl_codeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so description carries full burden. It describes return format (list with classification, name, value) but omits behavioral traits like side effects, data freshness, rate limits, or permission requirements. Basic behavior is covered, but not deep transparency.

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?

Well-structured with separate sections for description, parameters, and returns. Concise but thorough; minor repetition of '지표' does not detract. Front-loaded with purpose.

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

Completeness5/5

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

Fully covers all parameters, default values, and return structure. Given the presence of an output schema and 4 parameters (2 required, no enums), the description is complete and provides necessary examples and code mappings.

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%, yet the description explains all four parameters with clear examples for corp_code and bsns_year, enumerates reprt_code values, and maps idx_cl_code to financial ratio categories. Significantly adds 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?

Description clearly states it retrieves financial indicators for a single company from DART, specifying types (profitability, stability, growth, activity). This distinguishes it from sibling tools like get_financial_statements (returns full statements) and get_multi_company_indicators (multiple companies).

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?

Provides detailed parameter descriptions and defaults, but lacks explicit guidance on when to use this tool versus alternatives like get_financial_statements or get_multi_company_financials. No exclusions or context-dependent recommendations are given.

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/memorise8/dart-mcp'

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