Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema coverage, the description was expected to clarify the sessionId parameter, but it does not. However, the schema is simple and self-explanatory, with a single required 'sessionId' string. The description adds no extra meaning, but the parameter is obvious for the target audience, so a middle score is fair.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.