Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% (the single parameter 'invoiceId' has a description 'Invoice ID to delete'), so the schema already documents the parameter fully. The description adds little about the parameter format or usage, which is acceptable given the high schema coverage. Baseline of 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.