Skip to main content
Glama
anboyu-alt

dart-risk-mcp

by anboyu-alt

search_market_disclosures

Scan market-wide public disclosures to detect predefined risk signals across all listed companies. Use presets like CB/BW, treasury stock, or reverse split to assess signal spread and issue early warnings within a chosen period.

Instructions

시장 전체 공시에서 preset에 해당하는 위험 신호를 일괄 스캔한다.

기업명을 지정하지 않고 전체 상장사 공시를 조회하므로, 특정 위험 신호가 시장에 얼마나 확산되어 있는지 조기경보로 활용할 수 있다.

사용법:

  • "최근 7일 동안 CB/BW 발행 공시 전수": search_market_disclosures("cb_issue", 7)

  • "최근 30일 자사주 취득 결정": search_market_disclosures("treasury", 30)

  • "최근 14일 감자 공시": search_market_disclosures("reverse_split", 14)

Args: preset: 신호 프리셋 — cb_issue / treasury / reverse_split / 3pca / shareholder_change / exec_change / audit_issue / asset_transfer / going_concern / embezzle / inquiry / fund_outflow / all_risk days: 조회 기간 (기본 7일, 최대 90일) max_results: 최대 반환 건수 (기본 50, 최대 200)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNo
presetYes
max_resultsNo

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 burden of disclosing behavior. It states this is a batch scan of all listed company disclosures, that it does not filter by company, and that days and max_results have upper bounds (90 and 200). It also lists valid preset values. It does not mention auth, rate limits, or result ordering, but for a read-only search tool these are less critical.

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 front-loaded with the core purpose, then uses structured sections for usage examples and parameter details. Every sentence adds value—examples clarify the API, and the Args list provides the full preset enum. No filler or redundancy.

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 three parameters and an output schema, the description covers the tool's scope, params, and examples well. It does not explain how results are ordered or what 'all_risk' encompasses, but the output schema likely covers return structure. Overall it is complete enough for an agent to invoke correctly.

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% and the preset parameter has no enum in the schema. The description compensates fully by listing all preset values, explaining three with concrete examples, and providing defaults and maximum values for days and max_results that are not in the schema.

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 opens with a specific verb and resource: '스캔한다' (scans) market-wide disclosures for preset risk signals. It clearly distinguishes from sibling tools by emphasizing it queries all listed companies without a company name, unlike per-company tools like list_disclosures_by_stock.

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 explains it is for market-wide early warning, and gives three concrete usage examples (cb_issue, treasury, reverse_split). It implies when to use it (when no specific company is targeted) but does not explicitly name alternatives or state when not to use it, so it falls short of a 5.

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