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 explains that 'keywords' array needs ad_group_id and criterion_id, which helps understand the required fields. It also mentions customer_ids for bulk. However, it does not explain the 'account', 'customer_id', or 'partial_failure' parameters. With 6 params and only partial explanation, the description adds some value but not complete. Baseline for low coverage would be lower, but the description covers the two most critical aspects, so 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.