Skip to main content
Glama
anboyu-alt

dart-risk-mcp

by anboyu-alt

track_fund_usage

Compare planned and actual fund usage from Korean DART disclosures to detect misappropriation or unauthorized use of raised funds.

Instructions

공모/사모 자금 사용내역(계획 vs 실제)을 조회해 조달자금 유용· 목적외 사용 신호를 탐지한다. zombie_ma·fake_new_biz 패턴의 핵심 증거.

Args: company_name: 기업명 또는 6자리 종목코드 lookback_years: 조회 연도 수 (1~5, 기본 3)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_nameYes
lookback_yearsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It mentions detecting signals but does not describe the return format, whether it is read-only, or any side effects. The output schema exists but is not summarized, leaving the agent uninformed about response structure.

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?

Two clear sentences plus an Args block. Front-loaded with purpose, no redundant words. Efficient for the information conveyed, though could be slightly more structured (e.g., separating purpose from args).

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 an output schema exists but is not described, the description is adequate for simple parameters. However, it lacks information on what the returned signals look like, pagination, or error handling. For a pattern-detection tool, more detail on the output would improve completeness.

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

Parameters4/5

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

Schema has 0% description coverage. The description's Args section adds meaning: company_name accepts a name or 6-digit stock code, lookback_years range 1-5 with default 3. This compensates for the schema's lack of detail, though additional constraints (e.g., format of stock code) could be added.

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 queries fund usage (plan vs actual) to detect misuse signals, specifically for zombie_ma/fake_new_biz patterns. It distinguishes from sibling tools by mentioning these specific fraud patterns, though could be more explicit about when to use over alternatives.

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?

No explicit guidance on when to use this tool vs siblings like check_disclosure_risk or find_risk_precedents. The description implies diagnostic use for fund misuse but lacks prerequisites, when-not-to-use, or alternative recommendations.

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