Skip to main content
Glama

search_disclosure

Search and filter corporate financial disclosures from Korean listed companies by specific financial metrics like revenue, operating profit, and cash flow within date ranges.

Instructions

회사의 주요 재무 정보를 검색하여 제공하는 도구.
requested_items가 주어지면 해당 항목 관련 데이터가 있는 공시만 필터링합니다.

Args:
    company_name: 회사명 (예: 삼성전자, 네이버 등)
    start_date: 시작일 (YYYYMMDD 형식, 예: 20230101)
    end_date: 종료일 (YYYYMMDD 형식, 예: 20231231)
    ctx: MCP Context 객체
    requested_items: 사용자가 요청한 재무 항목 이름 리스트 (예: ["매출액", "영업이익"]). None이면 모든 주요 항목을 대상으로 함. 사용 가능한 항목: 매출액, 영업이익, 당기순이익, 영업활동 현금흐름, 투자활동 현금흐름, 재무활동 현금흐름, 자산총계, 부채총계, 자본총계
    
Returns:
    검색된 각 공시의 주요 재무 정보 요약 텍스트 (요청 항목 관련 데이터가 있는 경우만)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_nameYes
start_dateYes
end_dateYes
requested_itemsNo
Behavior3/5

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

With no annotations provided, the description explains that the tool filters disclosures based on data availability for requested items and describes the return format as summary text ('주요 재무 정보 요약 텍스트'). However, it omits operational details such as rate limits, authentication requirements, or error handling behaviors that would be necessary for full 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?

The description follows a clear docstring structure with purpose stated first, followed by detailed Args and Returns sections, making efficient use of space. While detailed, the parameter documentation is necessary given the complete lack of schema descriptions, though the inclusion of 'ctx' (not present in the schema) slightly detracts from precision.

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 the lack of annotations and schema descriptions, the description adequately covers the tool's purpose, parameter usage with examples, and return value format ('검색된 각 공시의 주요 재무 정보 요약 텍스트'). It could be improved by adding error scenarios or operational constraints, but provides sufficient information for correct invocation despite the complexity of date range searching and item filtering.

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 comprehensively compensates for the 0% schema description coverage by providing detailed semantics for all parameters, including format examples for dates (YYYYMMDD), example company names ('삼성전자, 네이버'), and an enumerated list of valid financial items for requested_items. It clearly documents the default behavior when requested_items is None.

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 searches and provides major financial information of companies ('회사의 주요 재무 정보를 검색하여 제공하는 도구'). It specifies that it targets disclosures ('공시') and mentions the filtering capability by specific financial items, which helps distinguish it from sibling tools like search_detailed_financial_data, though it lacks explicit comparative guidance.

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?

The description explains the filtering behavior when requested_items is provided versus when it is None, indicating when disclosures will be returned based on data availability. However, it lacks explicit guidance on when to choose this tool over siblings such as search_detailed_financial_data or search_json_financial_data.

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