Check policy eligibility
check_eligibilityCheck eligibility for a youth policy by providing user profile or key. Receive verdict with condition details and missing info questions to guide further input.
Instructions
Youth Policy Navigator(청년 정책 내비게이터): the KILLER feature — deterministically judge whether a user is eligible for a specific policy (by policy_id). Provide the user's situation either inline via profile (age, region, annual_income, income_band, employment_status, education, marital_status — all optional) or via user_key to restore a remembered profile. Returns a verdict (eligible / ineligible / needs_more_info / manual_review) with per-condition checks, fail reasons, and — crucially — missing_info questions to ASK the user next when data is insufficient. Use those questions to drive a follow-up loop: ask, save with remember_user_profile, then re-run this. Free-text conditions are returned as manual for you to confirm against the notice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | ||
| user_key | No | ||
| policy_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||