Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% description coverage, with the single parameter 'invoice_id' clearly documented as 'ID of the invoice'. The description adds no additional semantic context about the parameter (e.g., format, source, or constraints). According to the rules, when schema coverage is high (>80%), the baseline score is 3, as the schema adequately covers parameter meaning without help from the description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.