Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is only 33%, so the description must compensate. It lists the modules that map to the 'include' enum and states the ticker count range, adding meaning to those params. However, it completely omits the 'performanceDays' parameter, leaving its semantics to the schema's numeric constraints alone.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.