jpos_generate_packager
Generates accurate jPOS GenericPackager XML from a plain English description by parsing field numbers and encoding, using verified field specs to avoid hallucinated class names.
Instructions
Generate a complete jPOS GenericPackager XML configuration. Parses field numbers from description, looks up correct jPOS classes, and assembles valid XML ready to save as a .xml file. Always includes fields 0 (MTI) and 1 (Bitmap).
Why this doesn't use an LLM: LLM-generated XML can contain hallucinated class names. This uses iso_fields.json as ground truth — always correct.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | Plain English description of the packager. Include field numbers and optionally encoding type (BCD or ASCII). Example: 'Visa auth packager for fields 0,2,3,4,7,11,22,35,41,42 using BCD' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |