search_standards
Find which Korean accounting standards (K-IFRS, K-GAAP, etc.) mention a keyword and how many times. Expands common abbreviations automatically and retries with synonyms when no matches found.
Instructions
키워드가 어느 기준서(K-IFRS/K-GAAP/감사기준서/내부회계관리제도 등)에 몇 건 나오는지 전체 검색합니다. KTBi/ECL/CSM 같은 업계 약칭은 자동으로 표준 용어로 확장해 검색합니다. 결과의 stdNum으로 get_standard_index(목차)나 get_paragraph(본문)를 이어서 호출하세요. 0건이면 자동으로 유사어 재시도를 1회 수행합니다. 미의결 초안은 기본적으로 제외됩니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | Yes | 검색어 (예: 리스, 손상, 이연법인세, KTBi, ECL, CSM 같은 약칭도 가능) | |
| include_drafts | No | 아직 의결되지 않은 초안/제정안도 결과에 포함할지(기본 false — 확정 기준서만) |