Skip to main content
Glama
anboyu-alt

dart-risk-mcp

by anboyu-alt

check_disclosure_anomaly

Aggregates disclosure structure indicators to identify anomaly risk signals. Returns a score from 0 to 100 with per-indicator details.

Instructions

공시 구조 지표를 집계해 0~100 이상 스코어를 반환합니다.

정정공시 비율·감사의견 이슈·공시의무 위반·자본 스트레스·조회공시 빈도 5개 지표를 가중 합산합니다.

Args: company_name: 기업명 또는 종목코드 lookback_days: 조회 기간 (기본값 365일)

Returns: 0~100 스코어 + 지표별 내역 텍스트

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_nameYes
lookback_daysNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It specifies the output (score range and indicator details) but does not mention edge cases, error behavior, or side effects. This is adequate but incomplete.

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?

The description is highly concise and well-structured: a one-line summary, a list of indicators, then clearly labeled Args and Returns sections. Every sentence adds value without unnecessary wording.

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?

Given the tool's simplicity (2 parameters, no nested objects) and the presence of an output schema (not shown but indicated), the description adequately covers inputs and outputs. However, it lacks error handling or usage examples, which would improve completeness.

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?

The schema has no descriptions for parameters (0% coverage). The description fully explains each parameter: company_name is described as 'company name or stock code', and lookback_days is described as 'inquiry period (default 365 days)'. This adds essential meaning beyond the 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?

The description clearly states the tool aggregates disclosure structure indicators to return a score of 0-100, listing five specific indicators. It differentiates from siblings like check_disclosure_risk by detailing the unique indicators used, but does not explicitly contrast with similar tools.

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

Usage Guidelines2/5

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

The description does not provide guidance on when to use this tool versus alternatives, nor does it mention any prerequisites or exclusion criteria. It only describes the tool's functionality without usage context.

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