get_recent_filings
Fetch AI summaries of Korean DART corporate filings for a KRX ticker. Specify how many filings to retrieve (1-50, default 5); each summary costs 0.005 USDC. Use find_company to resolve ticker from company name.
Instructions
Fetch up to limit AI summaries for one Korean ticker.
**This tool spends real USDC from the configured wallet** — 0.005
USDC × ``limit`` per call (default 0.025 USDC). The wallet pays
only on a successful 200 response; 4xx/5xx failures do not settle.
If you only have a company name, call ``find_company`` first to
resolve the ticker.
Args:
ticker: Six-digit KRX ticker, e.g. "005930" for Samsung Electronics.
limit: Max filings to fetch (1-50, default 5). Each costs 0.005 USDC.
Returns:
A dict with ``ticker``, ``count``, ``summaries`` (each summary
carries the same shape as ``get_disclosure_summary``), and a
``payment`` block with the on-chain settlement tx hash.
Raises:
RuntimeError: on payment rejection or API failure.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||