Skip to main content
Glama
gyeongmin100

OpenDART MCP Server

by gyeongmin100

get_disclosure_document

Retrieve the full text of a South Korean disclosure document by receipt number. Optionally specify a document name to fetch an attachment like an audit report.

Instructions

공시서류의 원문을 조회합니다. 접수번호로 특정 공시 문서를 가져옵니다.

하나의 공시에는 본문 외에 첨부 문서(감사보고서, 연결감사보고서 등)가 포함될 수 있습니다. doc_name 없이 호출하면 본문을 반환하며, 결과의 documents 목록에서 첨부 파일명과 제목을 확인한 뒤 doc_name으로 특정 첨부를 다시 요청할 수 있습니다.

Args: rcept_no: 접수번호 (14자리, 필수) doc_name: 가져올 문서 파일명 (선택, documents의 filename 값. 생략 시 본문)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doc_nameNo
rcept_noYes
Behavior4/5

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

Describes key behaviors: returns main text without doc_name, attachments in documents list, and ability to fetch specific attachment. Lacks details on error handling or return format, but with no annotations, provides substantial transparency.

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?

Concise and well-structured: first sentence states purpose, second explains attachment behavior, third provides parameter details in a bulleted list. No redundant information.

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?

Covers main usage and attachment workflow adequately, but lacks output schema or explicit return format description; still sufficient given parameter count and sibling differentiation.

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 description adds full semantic meaning: rcept_no as 14-digit required receipt number, doc_name as optional filename from documents list, with default behavior clearly 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?

The description clearly states the tool retrieves original text of disclosure documents by receipt number, and distinguishes from sibling tools (which are for specific data types) by focusing on raw document content and attachment workflow.

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

Usage Guidelines4/5

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

Clearly explains when to use (fetch document by receipt number, with optional attachment selection) and provides a workflow (call without doc_name for main text, then use doc_name for attachments), but does not explicitly mention when not to use or 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/gyeongmin100/Open-Dart-Plugin'

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