Skip to main content
Glama

정정공시 리스크 진단

assess_correction_risk

Evaluate if amending an earlier filing incurs penalties. Provide violation status, exemption routes, and penalty-reduction schedules based on error type, disclosure regime, and original deadline.

Instructions

"정정하면 과태료 나온다"는 속설을 과태료 고시 원문으로 진단합니다 (키 불요). 정정 자체는 위반행위가 아니고(고시 Ⅱ 위반 열거에 없음), 문제는 원 공시의 상태(누락·거짓·지연)입니다.

  • errorType 별로 원 공시의 위반 성립 여부, 면제 경로, 권고를 근거 조문과 함께 돌려줍니다

  • originalDeadline 을 주면 골든타임(기한 만료 후 10영업일) 상태와 지연 감경 축소 일정(75%→50%→30%→20%)을 계산합니다

  • 거래 내용 자체가 변경된 경우(transaction_changed)는 정정이 아니라 새 공시의무입니다 — 재의결·재공시 경로를 안내합니다

  • 면제·감경은 모두 공정위 재량이라 확정이 아닌 판단 재료입니다

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
todayNo판정 기준일 (기본: 시스템 날짜)
regimeYes과태료 체계. art26_29=대규모내부거래·공익법인(약관특례·상품용역 감소 포함), art27_28=비상장사 중요사항·기업집단현황
errorTypeYes원 공시 오류의 성격. trivial_error=명칭·성명·날짜·금액 등 단순 오기·누락(오인 가능성 거의 없음), minor_miscalculation=단순 계산 실수·오기(사소한 부주의), content_omission=주요내용 누락, false_content=사실과 다른 기재, transaction_changed=거래의 주요내용 자체가 변경됨(정정이 아니라 새 공시의무)
crossConfirmableNo오류의 사실내용이 해당 공시 또는 이전의 다른 공정거래법 공시 내용으로 확인 가능한지 — 사소한 부주의 면제(Ⅴ.1.나)의 성립 요건입니다
originalDeadlineNo원 공시의 법정 기한 (YYYYMMDD). 주면 자진시정 골든타임과 지연 감경 축소 일정을 계산합니다
newlyDesignatedWithin30dNo위반 공시일이 공시대상기업집단 신규 지정·계열 편입 통지일부터 30일 이내인지 (Ⅴ.1.가)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.9/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full disclosure burden and excels at it. It reveals the core insight (correction itself is not a violation, only the original state matters), discloses that it computes golden time and reduction schedules from originalDeadline, and — critically — states that exemptions/reductions are FTC discretion, returning 'judgment materials, not confirmations'. This honesty about output nature is exemplary and prevents agent overconfidence.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the single most important insight (correction isn't a violation; the problem is the original state) before the bullet list. Each bullet earns its place — errorType behavior, deadline calculations, the transaction_changed exception, and the discretion caveat. It is dense but efficiently organized with zero filler; only the missing output-format note prevents a 5.

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?

For a complex legal-risk tool with 6 parameters, 2 enums, and no output schema or annotations, the description is commendably complete. It explains what comes back (violation status, exemption paths, recommendations with cited clauses), the schedule calculations, and the discretionary nature of outcomes. It doesn't describe the exact output structure (field names, format), but for a judgment-tool it conveys everything an agent needs to invoke and interpret it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, with detailed descriptions for all 6 parameters including full enum semantics for errorType and regime. The description adds modest value beyond the schema — it links originalDeadline to the golden-time and 75→50→30→20% reduction schedule, and explains transaction_changed is a new duty rather than a correction. These are useful additions, but the schema already documents parameter meaning thoroughly, so the description's marginal contribution is limited.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: diagnosing the folk belief that correcting a disclosure triggers fines, using the penalty notice original text. It specifically states the tool assesses whether the original disclosure state (omission, false, delay) constitutes a violation per errorType, which is a specific verb+resource+scope. It doesn't explicitly name sibling alternatives, but the function is unambiguous and none of the 17 siblings perform correction-risk assessment.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage context is implied rather than stated. The description explains behaviors (errorType-based violation status, originalDeadline golden-time calculation) but never explicitly says 'use this when' or names when NOT to use it relative to siblings like check_disclosure_duty or detect_undisclosed_transactions. The transaction_changed bullet hints that such cases route to a re-disclosure path, but no alternative tool is named.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.