get_audit_profile
MyDART MCP의 get_audit_profile 도구는 감사인·감사의견·업무수행이사에 감사보수·감사투입시간·실사수행내역·외부조회 실시여부 등 외부감사 실시내역을 한 표로 요약해 반환합니다.
[Purpose]
Fact/figure asks: "who audited, at what fee, how was the 실사".
강조사항 comes structured (emphasis); full 의견근거·KAM·강조 text: get_audit_report.
ICFR detail: get_internal_control; 계속기업 quant: get_going_concern.
Company lists (모집단): search_audit_findings.
[Usage]
"삼성전자 2024 감사보수·비감사보수" → corp="삼성전자", year=2024
"재고실사 입회했는지 빠르게만" → corp="…", year=2024, light=true
[Response]
fees
_msuffix = 백만원.opinion domain: 적정/한정/부적정/의견거절.
[Rules]
data_available=false = the filing was not found (e.g. not yet filed) — do NOT read null fields as "confirmed absent".
audit_only=true (F 단독공시, unlisted) → fees are structurally absent (사업보고서 전용), not a defect.
For 연결/별도 split read kam.by_fs_div, not kam.topics (representative fallback).
ALWAYS read applicability.guidance[] — regime notes and next-tool routing.
감사인 교체/연속연수 are NOT returned — call per year and compare auditor.name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| corp | Yes | 회사명/종목코드/corp_code | |
| year | Yes | 결산 사업연도 (회계연도, fiscal year) — the number you pass IS the 사업연도=회계연도=결산연도. Do NOT subtract it; pass it as-is. Only tools where year is optional auto-select the latest published year when omitted (if year is required in the tool you are calling, it cannot be omitted — confirm the year actually used via the response `year` field).e.g. 'FY2025'·'2025년 재무제표'·'2025 사업보고서'·'2025 회계연도' → all 2025 (결산일 2025-12-31). Convert ONLY when the user explicitly names the 공시(제출)연도, as in '○○년에 공시된 보고서': a 12월 결산법인 files by the end of March of the following year.(e.g. '2026년에 공시된 사업보고서' → 2025). Otherwise the input is ALWAYS on a 사업연도=회계연도=결산연도 basis. Relative expressions ('최근 N개년'·'작년' and the like) count back from the most recent PUBLISHED 사업연도 as of today: a 사업보고서 is filed within about 90 days after 결산 (12월 결산 법인 → March of the following year), so from April the latest is last year, and in Jan~Mar it is the year before last. e.g. if today is 2026-06 the latest is FY2025 → '최근 5개년'=2021~2025 (NOT 2020~2024). Supported floor is FY2015 (the range OpenDART's structured APIs cover) — 2014 and earlier are rejected. A 비12월 결산 (3·6·9월) 법인 may have its latest 사업연도 equal to the calendar year (e.g. a 3월 결산 company from July onward). | |
| light | No | Skip 원문 parsing (structured JSON APIs only — omits 실사, the fs_div split, and fees.headcount, which comes from the 실사 source; fast) | |
| refresh | No | Bypass the cache and re-collect |