Skip to main content
Glama

search_detailed_financial_data

Extract detailed financial statements from XBRL files for Korean companies. Specify company name, date range, and statement type to analyze financial data from DART-MCP server.

Instructions

회사의 세부적인 재무 정보를 제공하는 도구.
XBRL 파일을 파싱하여 상세한 재무 데이터를 추출합니다.

Args:
    company_name: 회사명 (예: 삼성전자, 네이버 등)
    start_date: 시작일 (YYYYMMDD 형식, 예: 20230101)
    end_date: 종료일 (YYYYMMDD 형식, 예: 20231231)
    ctx: MCP Context 객체
    statement_type: 재무제표 유형 ("재무상태표", "손익계산서", "현금흐름표" 중 하나 또는 None)
                   None인 경우 모든 유형의 재무제표 정보를 반환합니다.
    
Returns:
    선택한 재무제표 유형(들)의 세부 항목 정보가 포함된 텍스트

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_nameYes
start_dateYes
end_dateYes
statement_typeNo
Behavior3/5

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

With no annotations provided, the description carries the full disclosure burden. It successfully documents the data source method (XBRL parsing) and return format (text), but fails to mention critical behavioral traits like read-only status, rate limits, error handling scenarios (e.g., invalid company names), or data availability constraints.

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 uses a clear Args/Returns structure that efficiently organizes information. Given the lack of schema descriptions and output schema, the length is appropriate and necessary. No sentences are wasted, though the Korean text is slightly more verbose than the minimal English equivalent.

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?

The description adequately covers input parameters and return values (compensating for missing output schema), but remains incomplete regarding operational context. For a financial data tool of this complexity, it should mention data freshness, potential for missing filings, or authentication requirements, especially absent any 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?

Given 0% schema description coverage, the Args section fully compensates by providing comprehensive semantics: date format specifications (YYYYMMDD), statement_type enum values ("재무상태표", "손익계산서", "현금흐름표"), default behavior for None, and concrete examples for company names. This adds substantial value beyond the schema.

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 parses XBRL files to extract detailed financial data (specific verb + resource). However, it does not explicitly differentiate when to use this versus the sibling 'search_json_financial_data' tool, though it implies distinction via the XBRL and text-output mentions.

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 like 'search_json_financial_data' or 'search_business_information'. It lacks explicit when-to-use or when-not-to-use conditions, prerequisites (e.g., specific company naming conventions), or exclusion criteria.

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/2geonhyup/dart-mcp-test'

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