Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema covers limit, cursor, and offset well with descriptions, but status, deal_id, and project_id are undocumented in both schema and description. The description reinforces cursor-related pagination semantics but does not explain filters. At 50% schema coverage, the description only marginally compensates for the undocumented parameters, so a baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.