Skip to main content
Glama
memorise8

dart-search-mcp

by memorise8

download_document

Download original disclosure documents from Korea's DART system using a receipt number. Results include file path and list of contained files.

Instructions

공시서류 원본파일을 다운로드합니다.

Parameters:
    rcept_no: 접수번호 (14자리, search_disclosures 결과에서 확인 가능)
    output_dir: 저장 디렉토리 (기본값: 현재 디렉토리)

Returns:
    다운로드 결과 메시지 (파일 경로, 포함된 파일 목록)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rcept_noYes
output_dirNo.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations provided; description does not disclose behavioral traits like overwriting, authentication, rate limits, or error handling. Only states the return message structure.

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?

Very concise: one sentence for purpose, followed by structured parameter and return descriptions. Front-loaded and no wasted words.

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

Completeness3/5

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

Covers basic usage but lacks details on authentication, overwrite behavior, and error scenarios. Output schema not provided, but return value described adequately for a download tool.

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?

Adds crucial meaning beyond empty schema descriptions: rcept_no format (14 digits) and source, output_dir default. Covers both parameters fully despite 0% schema coverage.

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 downloads original disclosure documents. It distinguishes from sibling 'download_xbrl' by using 'original file' vs. XBRL format, but does not explicitly reference sibling.

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 specific source for rcept_no parameter ('search_disclosures result'), guiding usage. Lacks explicit alternatives or when-not conditions.

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/memorise8/dart-mcp'

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