get_disclosure_summary
Fetch an AI-generated English summary of a Korean DART disclosure. Returns summary, importance score 1–10, event type, sector tags, and payment proof. Pay per call in USDC via x402 on Base.
Instructions
Fetch the AI-generated English summary of a Korean DART disclosure.
**This tool spends real USDC from the configured wallet** — 0.005
USDC per call as of v0.1, settled on-chain via x402. The wallet
pays only on a successful 200 response; 4xx/5xx failures do not
settle.
Args:
rcpt_no: 14-digit DART receipt number, e.g. ``"20260424900874"``.
You can discover receipt numbers from the DART portal at
https://dart.fss.or.kr/ or from koreafilings.com's listing
endpoints as they come online.
Returns:
A dict with the summary content (``summary_en``), operational
metadata (``importance_score`` 1–10, ``event_type``,
``ticker_tags``, ``sector_tags``, ``actionable_for``,
``generated_at``), and payment proof (``paid_tx``, ``network``,
``payer``). If the server served from its free-tier path the
payment block is absent.
Raises:
RuntimeError: when the SDK rejects the request. The message
distinguishes payment failures (facilitator rejection,
network mismatch, insufficient balance) from other API
errors (404 unknown rcpt_no, 429 rate limit, 5xx upstream).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rcpt_no | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||