Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema for 'contacts' is a generic array of free-form objects with no required per-item fields, so the description's note that 'Each object must include id' adds crucial meaning. However, beyond that requirement, it leaves the actual fields and their semantics to the Comma API, offering minimal compensation for the 0% schema coverage rate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.