Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the baseline is 3. The description adds meaningful guidance for nextPageToken ('pass nextPageToken only when every item is needed') and implicitly mentions narrowing filters, which enriches the parameter usage beyond the schema's bare 'Opaque cursor' description. It does not repeat parameter docs, which is appropriate given full schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.