Skip to main content
Glama
anboyu-alt

dart-risk-mcp

by anboyu-alt

view_disclosure

Read DART public disclosure documents. Use section ID to read specific parts or page parameter to scroll through full text.

Instructions

DART 공시 원문을 조회한다. 섹션 지정 또는 페이지 단위로 전체 원문을 읽을 수 있다.

사용법:

  1. list_disclosure_sections(rcept_no) → 목차/섹션 ID 확인

  2. view_disclosure(rcept_no, section_id="f0s2") → 특정 섹션 읽기

  3. view_disclosure(rcept_no, page=2) → 다음 페이지로 순차 읽기

Args: rcept_no: DART 접수번호 14자리 (예: "20240315000123") section_id: 섹션 ID (list_disclosure_sections 결과 참조, 비워두면 전체 문서) page: 페이지 번호 (기본 1) page_size: 페이지당 글자 수 (기본 4000, 범위 1000~8000)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rcept_noYes
section_idNo
pageNo
page_sizeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, and the description does not disclose behavioral traits like idempotency, side effects, or required permissions. As a read tool, it's likely safe, but the description does not confirm this.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is informative but could be more concise. It includes a usage section and parameter list, but the structure is somewhat verbose. Not tightly organized.

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 all parameters and usage workflow. Since output schema exists, return values need not be described. Minor gaps: no error handling or prerequisites beyond list_disclosure_sections.

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 has 0% description coverage, but the description explains all parameters in detail: rcept_no format, section_id source, page default, page_size range. Adds essential meaning beyond schema.

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?

Description clearly states the tool views DART disclosure original text and explains section/page reading. However, it doesn't explicitly differentiate from sibling get_disclosure_document, leaving minor ambiguity.

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?

Provides a step-by-step usage pattern showing how to combine with list_disclosure_sections, and explains when to use section_id vs. page. Lacks explicit 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/anboyu-alt/dart-risk-mcp'

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