Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description provides excellent parameter semantics that fully compensate for the 0% schema description coverage. For each of the 7 parameters, it explains: 1) invoice_type values and their meanings (out_invoice=customer, etc.), 2) state values (draft, posted, cancel), 3) partner_id purpose (filter by partner), 4) date_from/date_to format (YYYY-MM-DD), and 5) limit/offset defaults and purposes. This adds substantial meaning beyond what the bare schema provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.