Skip to main content
Glama
gyeongmin100

OpenDART MCP Server

by gyeongmin100

list_financial_document_candidates

Lists all versions of a DART financial disclosure (original and corrections) so you can select one for workbook creation, even when only a correction number is given.

Instructions

공시 계열(원본·정정·추가) 전체의 문서를 후보로 반환합니다.

정정 공시는 본문만 재제출하고 첨부는 원본 제출본에 남으므로, 같은 보고서의 제출본을 모두 훑습니다. 정정 번호 하나만 넘겨도 원본에 붙은 감사·검토보고서가 나옵니다. 후보의 rcept_no는 넘긴 값과 다를 수 있으며 그것이 정상입니다.

AI는 반환된 날짜·제목만 보고 candidate_id 하나를 골라 create_financial_workbook에 그대로 전달합니다. 원문은 반환하지 않습니다.

Args: rcept_no: 접수번호 14자리. search_disclosures 결과 값을 그대로 전달. corp_code: 고유번호 8자리. search_disclosures가 함께 주므로 있으면 반드시 전달하세요 — 없으면 접수일자 전체를 훑어 느립니다. allow_body: confirmation_required를 사용자에게 보여주고 본문 사용 승인을 받은 뒤에만 true. 기본 false에서는 본문을 숨깁니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rcept_noYes
corp_codeNo
allow_bodyNo
Install Server

TDQS

A4.9/5.0
Behavior5/5

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

With no annotations, the description carries the full burden of behavioral disclosure, and it does so extensively. It reveals that the tool scans all submissions of a report (not just the exact rcept_no), that returned rcept_no may differ from input, that it does not return original text, and the performance implication of omitting corp_code (slower full-date scan). It also explains the default behavior of allow_body (hides body) and the confirmation requirement.

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 moderately sized but every sentence serves a purpose. It is well-structured: function overview, behavioral nuance, AI usage instruction, and parameter definitions. No fluff or redundancy, though it could be slightly tighter by merging some sentences. The front-loaded purpose helps immediate comprehension.

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

Completeness5/5

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

Given the tool's complexity (3 params, no output schema, no annotations), the description is exceptionally complete. It explains the return behavior (candidates with date, title, candidate_id), the pipeline integration with create_financial_workbook, the rcept_no discrepancy, and the performance trade-offs. An agent has all necessary information to call this tool correctly and decide whether to use it.

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?

Schema description coverage is 0%, so the description is the only source of parameter meaning. It thoroughly explains each parameter: rcept_no as a 14-digit receipt number to pass from search_disclosures, corp_code as an 8-digit code to pass if available (with a consequence for omission), and allow_body with its default false and the requirement for user confirmation before setting true. This far exceeds the bare schema.

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?

The description clearly states the tool's function: '공시 계열(원본·정정·추가) 전체의 문서를 후보로 반환합니다' (returns documents of the entire disclosure series as candidates). It specifies the resource (disclosure documents) and the action (listing candidates), and distinguishes itself from get_disclosure_document by explicitly noting it does not return original text, only candidates with date/title and candidate_id.

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?

The description gives explicit usage instructions: instructs the AI to select one candidate_id from the returned date/title and pass it verbatim to create_financial_workbook. It also specifies when to pass corp_code (if available from search_disclosures) and when to set allow_body to true (only after user confirmation). These are clear usage guidelines, though it doesn't name alternatives; the pipeline context makes the intended usage unambiguous.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/gyeongmin100/Open-Dart-Plugin'

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