Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has 0% description coverage, so the text must carry meaning normally provided by parameter docs. It does add meaningful semantics for filenames and envelope, including the constraint 'one file per call in envelope mode' and the requirement to pass the signed result through envelope. However, receipt_id is never explained, leaving one parameter completely underrepresented in both the schema and the description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.