Run a benefits eligibility check
run_eligibility_scanCheck which senior-benefit programs a person likely qualifies for, using a deterministic rule engine tied to cited .gov sources — no AI guessing. Only age and zip_code are required; every extra field provided turns needs-more-info programs into definite answers. Include marital_status whenever known — many programs' income limits depend on it, so it resolves far more programs than most fields. The full guided check at https://discoverseniorbenefits.com/scan covers additional signals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| age | Yes | Age of the person the check is for. | |
| is_blind | No | ||
| zip_code | Yes | 5-digit US ZIP code. | |
| homeownership | No | ||
| is_us_citizen | No | ||
| household_size | No | ||
| marital_status | No | High-leverage: several income limits are set per single vs. couple, so those programs stay needs-more-info until this is provided. | |
| veteran_status | No | Whether the person, spouse, or deceased spouse served. | |
| wartime_service | No | 90+ days active duty with at least one day in a VA wartime period. | |
| disability_status | No | ||
| resources_estimate | No | Approximate countable savings/assets in dollars. | |
| va_disability_rating | No | VA disability rating (lower bound of the bucket). | |
| household_income_annual | No | Approximate annual household income in dollars. | |
| has_cognitive_impairment | No | Memory loss, dementia, or a cognitive condition affecting daily judgment. | |
| needs_personal_care_assistance | No | Needs regular help with daily activities (bathing, meals, mobility). |