Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 0% description coverage, with one parameter 'expr' of type string. The description does not add any meaning beyond the schema, such as explaining that 'expr' should be a SymPy expression string or providing examples. However, with only one parameter, the baseline is 4, but since no additional semantics are provided, it scores lower at 3 due to the lack of compensation for the schema gap.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.