Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description does not explain the three parameters (model, events, modelClass). It only mentions event types ('creating, updating, deleting, etc.'), which loosely aligns with the events parameter, but it fails to clarify the distinction between 'model' and 'modelClass', the structure of the events array, or the meaning of 'action'. The description adds minimal value beyond the raw schema, leaving parameter usage ambiguous.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.