Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is low (25%) with only companyId described. The description does not explain pageSize, pageToken, or most filter fields. It gives one example related to the filter object (`needs_review: true`), but the key name differs from the schema's `needsReview`, adding confusion. Overall, parameter semantics are minimally compensated by the description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.