Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description carries the burden of explaining parameters. It clarifies the hero_regex parameter by noting it is a regex, case-insensitive, and restricted to a safe subset. However, the optional page and page_size parameters are not explained in the description, leaving their semantics to inference from names and schema constraints. The main parameter is covered, but not all parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.