Skip to main content
Glama
anboyu-alt

dart-risk-mcp

by anboyu-alt

check_disclosure_anomaly

Aggregates five disclosure indicators to detect anomaly signals in Korean DART filings. Returns factual counts and evidence without risk scoring.

Instructions

공시 구조 지표 5종의 건수·비율을 집계해 사실 요약을 반환합니다.

정정공시 비율·감사의견 이슈·공시의무 위반·자본 스트레스·조회공시 빈도 5개 지표를 나열합니다. 위험도를 정량화하거나 등급화하지 않습니다(v0.8.5 원칙).

Args: company_name: 기업명 또는 종목코드 lookback_years: 조회 기간(년). 기본 1년, 1~5년 범위.

Returns: 지표별 탐지 건수·근거 공시명 텍스트 (점수·등급 없음)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_nameYes
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?

With no annotations, the description carries the full burden. It transparently lists the 5 indicators, states return format (counts and basis disclosure names, no scores/grades), and mentions the version. It does not mention read-only or side effects, but given the tool is likely read-only, the disclosure is adequate.

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 concise: purpose, indicator list, and Args section. It is front-loaded and has minimal waste. However, the indicator list could be more structured (e.g., bullet points) for clarity.

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?

Given the tool has an output schema covering return values, the description sufficiently explains inputs for company_name and lookback_years, but misses lookback_days and does not elaborate on the meaning of each indicator. This leaves some context gaps for the agent.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It describes company_name (accepts name or stock code) and lookback_years (range 1-5, default 1), but does not mention the lookback_days parameter at all, leaving one parameter 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?

The description clearly states the tool aggregates 5 specific disclosure anomaly indicators and returns a factual summary. It explicitly differentiates by stating it does not quantify or grade risk (v0.8.5 principle), distinguishing it from siblings like 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?

The description explicitly states when to use (to get factual summary of anomaly indicators) and what it does not do (no risk quantification). While it does not name alternatives, the negative statement provides clear usage boundaries.

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