Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with a single parameter 'invoice' described as 'The invoice payload to check.' The description adds meaning by enumerating what is validated (schema problems, VAT-id format, date sanity, BIS 3.0 completeness, computed totals), which helps the agent understand the tool's scope beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.