Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, with each parameter having a clear description ('max 30' for count, 'OPTIONAL cursor hasMore is True, load next page', 'REQUIRED user nickname'). The description itself adds minimal value beyond the schema, only hinting that keywords drives the search. Therefore, the baseline of 3 is appropriate since the schema already documents parameter meaning.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.