Skip to main content
Glama

search_json_financial_data

Retrieve financial statements for Korean companies via JSON API when primary search tools fail, providing balance sheets, income statements, and cash flow data for analysis.

Instructions

회사의 재무 정보를 JSON API를 통해 제공하는 실패시 보완하는 보조 도구.
search_disclosure, search_detailed_financial_data이 2023년 9월 이전 자료 분석에 실패했을 때 대안으로 활용.

Args:
    company_name: 회사명 (예: 삼성전자, 네이버 등)
    bsns_year: 사업연도 (4자리, 예: "2023")
    ctx: MCP Context 객체
    reprt_code: 보고서 코드 ("11011": 사업보고서, "11012": 반기보고서, "11013": 1분기보고서, "11014": 3분기보고서)
    fs_div: 개별/연결구분 ("OFS": 재무제표, "CFS": 연결재무제표)
    statement_type: 재무제표 유형 ("BS": 재무상태표, "IS": 손익계산서, "CIS": 포괄손익계산서, "CF": 현금흐름표, "SCE": 자본변동표)
                   None인 경우 모든 유형의 재무제표 정보를 반환합니다.
    
Returns:
    선택한 재무제표 유형(들)의 세부 항목 정보가 포함된 텍스트 (당기 데이터만 표시)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_nameYes
bsns_yearYes
reprt_codeNo11011
fs_divNoOFS
statement_typeNo
Behavior4/5

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

With no annotations, the description carries full burden. It discloses the fallback/auxiliary nature ('실패시 보완하는 보조 도구') and return value constraints ('당기 데이터만 표시' - current period only). However, it lacks mention of error handling, rate limits, or authentication requirements.

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?

Well-structured with clear sections (summary → usage context → Args → Returns). Information is front-loaded with purpose and sibling differentiation first. Every sentence serves a function; no redundancy despite Korean/English mixed context.

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 zero annotations, zero schema coverage, and no output schema, the description successfully explains the tool's role, parameter semantics, and return format ('텍스트' containing detailed items). Minor gap: lacks error handling or rate limit disclosure expected for financial APIs.

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 semantic meaning for all 5 parameters, including Korean business term mappings for enums (e.g., '11011': 사업보고서) and examples (e.g., '삼성전자, 네이버'). The None behavior for statement_type is also explained.

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 provides company financial information via JSON API and explicitly identifies itself as a '보조 도구' (auxiliary tool) that compensates for failures. It distinguishes from siblings by naming search_disclosure and search_detailed_financial_data as the primary tools.

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

Usage Guidelines5/5

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

Explicitly states when to use: 'search_disclosure, search_detailed_financial_data이 2023년 9월 이전 자료 분석에 실패했을 때 대안으로 활용' (use as alternative when primary tools fail for pre-September 2023 data). This provides clear when-to-use guidance and names specific alternatives.

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