Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. The description adds context: 'optional filtering by industry' ties the industry parameter to a use case, and 'supports cursor-based pagination' explains how cursor_uuid and cursor_created_at are used together, adding meaning beyond individual schema descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.