Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with both parameters described. The description reinforces the parameter meanings with concrete examples (e.g., 'x**2 + y*z' and '[Fx, Fy, Fz]') and clarifies the effect of is_vector on the computation. While it largely repeats schema info, the examples add practical clarity beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.