Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has one required parameter, 'class', with no schema-level description (0% coverage). The description only says 'of a class', which largely repeats the parameter name and does not explain expected value format, such as whether a script path, class name, or other identifier is required.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.