Skip to main content
Glama

dart-mcp

search_disclosure

Extract and filter company financial disclosures by specifying items like revenue or operating profit, using company name and date range. Returns summarized data for requested items.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
company_nameYes
end_dateYes
requested_itemsNo
start_dateYes

Input Schema (JSON Schema)

{ "properties": { "company_name": { "title": "Company Name", "type": "string" }, "end_date": { "title": "End Date", "type": "string" }, "requested_items": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Requested Items" }, "start_date": { "title": "Start Date", "type": "string" } }, "required": [ "company_name", "start_date", "end_date" ], "title": "search_disclosureArguments", "type": "object" }

Other Tools from dart-mcp

Related Tools

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'

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