Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It mentions 'by ID', which aligns with the 'invoice_id' parameter in the schema, adding meaning that it's an identifier for lookup. However, it doesn't explain the ID format (e.g., numeric, string, UUID), source, or constraints, leaving the parameter poorly documented.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.