verify_legislative_claims
Validate claims about bills, members, committees, and votes using official National Assembly OpenAPI data. Returns structured results with clear success or failure markers.
Instructions
의안/의원/위원회/표결 주장 또는 인용을 국회 OpenAPI 데이터로 검증합니다.
입력 형식:
JSON 배열: [{"type": "bill", "value": "간호법안"}, {"type": "member", "value": "홍길동"}]
JSON 객체: {"type": "vote", "bill_id": "PRC_...", "expected": {"yes": 180}}
일반 텍스트: 자동으로 의안/의원/위원회 후보를 순차 확인합니다.
실패는 [NOT_FOUND], [AMBIGUOUS], [VERIFY_FAILED], [API_FAILED] 마커가 포함된 구조화 객체로 반환됩니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| age | No | 22 | |
| limit | No | ||
| citations_or_text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||