check_precedent_odds
Analyze court precedents to assess legal odds, providing outcome statistics and key factors for any legal question.
Instructions
Find precedent statistics and key outcome factors for a legal question (판례 승률 분석).
Searches court precedents, analyzes outcomes (인용/기각/파기), and extracts key factors that influenced decisions. Useful for assessing legal odds.
Args: query: Legal question or keywords (e.g., "택배 파손 보상", "임대차 보증금 반환") display: Number of precedents to search (max 100, default 20) top_n: Number of top precedents to analyze in detail (default 5) oc: Optional OC override type: Response format - "JSON" (default), "XML", or "HTML"
Returns: Outcome statistics, key factors, and representative case summaries
Examples: >>> check_precedent_odds(query="택배 파손 보상") >>> check_precedent_odds(query="부당해고", display=50, top_n=10)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| oc | No | ||
| type | No | JSON | |
| query | Yes | ||
| top_n | No | ||
| display | No |