Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The parameter 'text' is described as 'The input text', which adds minimal value beyond the schema's type and name. The description does not clarify expectations (e.g., whether the input must be non-empty, how whitespace is handled). However, since the parameter's meaning is essentially self-evident and the schema fully specifies the type, a baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.