Skip to main content
Glama
anboyu-alt

dart-risk-mcp

by anboyu-alt

scan_financial_anomaly

Detect early signs of financial fraud and distress by comparing four key financial indicators year-over-year, with additional analysis of accrual ratios and income disparities.

Instructions

재무제표 4개 지표(매출채권·재고자산·현금흐름·자본잠식)를 전년 대비로 비교해 분식·부실 초기 조짐을 탐지합니다. 발생액 비율(사실 표기)과 연결/별도 당기순이익 비교(별도>연결 역전 시 종속회사 합산 손실 플래그)를 함께 표기합니다.

Args: company_name: 기업명 또는 종목코드(6자리). year: 사업연도(예: "2024"). 빈 값이면 직전 연도. report_type: "annual"(사업보고서) | "half"(반기) | "q1" | "q3".

Returns: 지표별 당기/전기/Δ 표 + 이상 징후별 쉬운 설명 텍스트.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearNo
report_typeNoannual
company_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description bears full responsibility for behavioral disclosure. It explains the calculations (four indicators plus accrual ratio and comparison) and flags specific conditions (reverse net income). However, it does not explicitly state it is a read-only scan with no side effects, which would be ideal.

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 concise and well-structured: a brief purpose paragraph followed by a clear Args section. Every sentence adds value, with no repetition or unnecessary text. Front-loaded with the core function.

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 existence of an output schema, the description provides a high-level overview of returns (indicators and explanations) without needing to detail the schema. All parameters are documented, and the tool's behavior is well explained. Could mention that output schema gives detailed structure, but overall complete.

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 description coverage is 0%, but the description fully compensates by detailing each parameter: company_name (name or code), year (fiscal year, blank=previous), report_type (annual/half/q1/q3). This adds significant meaning beyond the schema's type and default values.

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's purpose: scanning financial statements for anomalies by comparing four key indicators year-over-year and detecting early signs of fraud or distress. It lists specific metrics and additional comparisons, distinguishing it from siblings like 'compare_financials' which likely does general comparison.

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

Usage Guidelines3/5

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

The description does not explicitly guide when to use this tool versus alternatives. While the purpose is clear, there is no mention of specific contexts (e.g., 'use for early warning') or exclusions. The sibling list is provided but the description itself lacks usage guidance.

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