generate_application_draft
Generate a pre-filled PDF for benefit programs, filling official government forms or creating an Application Preparation Worksheet. Use after eligibility analysis.
Instructions
Generate a pre-filled PDF application for benefit programs. For states with official fillable forms (e.g. California SAWS-1), fills the actual government form. For other states, generates an Application Preparation Worksheet. Call AFTER navigate_benefits. Returns the file path to the generated PDF.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | US state (e.g. 'California', 'TX') | |
| county | No | County name (e.g. 'Los Angeles County') | |
| zip_code | No | 5-digit ZIP code | |
| income_type | No | Employment, self-employment, unemployment, etc. | |
| health_needs | No | Health conditions and needs | |
| workflow_output | Yes | The full text output from navigate_benefits. Pass the complete analysis so the PDF can extract eligible programs and document requirements. | |
| household_profile | Yes | Household details (same as navigate_benefits) |