Skip to main content
Glama
anboyu-alt

dart-risk-mcp

by anboyu-alt

list_disclosures_by_stock

Retrieve recent disclosure receipt numbers for a Korean stock by its 6-digit code. Use these numbers to access specific documents and evaluate risk.

Instructions

종목코드로 최근 공시의 접수번호(rcept_no) 목록을 조회한다.

반환된 접수번호는 get_disclosure_document, view_disclosure, check_disclosure_risk 등에 바로 사용할 수 있다.

Args: stock_code: 종목코드 6자리 (예: "086520") lookback_years: 조회 기간(년). 기본 1년, 1~5년 범위.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stock_codeYes
lookback_yearsNo
lookback_daysNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations present, so description carries full burden. It explains the return value (receipt numbers) and parameter constraints (lookback_years range 1-5). Does not mention output size or ordering, but output schema may address that. No contradictions.

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?

Short, direct, well-structured with separate lines for each parameter. Every sentence serves a purpose. No extraneous text.

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?

Adequate but incomplete: covers purpose and two of three parameters. Missing documentation for lookback_days. Could also mention that the output is a list of receipt numbers (implicit but not explicit). Output schema may compensate, but description should stand alone.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so description must compensate. It adds meaning for stock_code (example) and lookback_years (default, range). However, it omits the lookback_days parameter entirely, leaving it undocumented.

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?

Clearly states the action: list disclosure receipt numbers by stock code. Differentiates from siblings by specifying that the returned receipt numbers can be used with tools like get_disclosure_document, view_disclosure, and check_disclosure_risk.

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 context on when to use: to get receipt numbers for recent disclosures. Suggests subsequent usage with other tools. Does not explicitly exclude alternatives or state when not to use, but is helpful overall.

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