Skip to main content
Glama
ChangooLee

MCP OpenDART

by ChangooLee

get_single_acnt

Analyze a single company's profitability and financial health using core financial account data from South Korea's OpenDART disclosure system.

Instructions

단일 기업의 핵심 재무계정 기반 수익성과 재무건전성 분석

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
corp_codeYes고유번호 (8자리)
bsns_yearYes사업연도 (예: 2024)
reprt_codeYes보고서 코드 (11011: 사업보고서, 11012: 반기보고서 등)
fs_divNo
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 of behavioral disclosure. While it mentions '분석' (analysis) which suggests a read-only operation, it doesn't explicitly state whether this is a query or computation, what permissions might be required, whether there are rate limits, what format the analysis results take, or any other behavioral characteristics. For a tool with no annotation coverage, 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 a single, efficient sentence that gets straight to the point. It's appropriately sized for what it communicates, though it could potentially be more informative. There's no wasted language or unnecessary elaboration, making it easy to parse quickly.

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

Completeness2/5

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

For a tool with 4 parameters, no annotations, and no output schema, the description is insufficiently complete. It doesn't explain what kind of analysis is performed, what metrics or ratios are calculated, what format the results take, or how to interpret the output. Given the complexity implied by '수익성과 재무건전성 분석' (profitability and financial health analysis) and the lack of structured metadata, the description should provide more context about what users can expect from this tool.

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?

With 75% schema description coverage (3 of 4 parameters have descriptions in the schema), the baseline is 3. The description doesn't add any meaningful parameter information beyond what's already in the schema. It doesn't explain the relationships between parameters, provide examples of valid inputs, or clarify the optional fs_div parameter's purpose. The description mentions '핵심 재무계정' (core financial accounts) but doesn't connect this to any specific parameters.

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's purpose: analyzing profitability and financial health based on core financial accounts of a single company. It specifies the verb ('분석' - analyze) and resource ('단일 기업의 핵심 재무계정' - single company's core financial accounts). However, it doesn't explicitly differentiate from sibling tools like get_single_acc or get_multi_acnt, which appear to be related financial analysis tools.

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. With many sibling tools available (including get_single_acc, get_multi_acnt, get_multi_index, and get_single_index), there's no indication of what distinguishes this tool from those other financial analysis tools. The description only states what the tool does, not when it's appropriate to use it.

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

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