Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%, requiring the description to compensate. While 'node property value' hints at the purpose, the description fails to explain the critical additionalProperties pattern (where actual property assertions are passed), or clarify the semantics of timeoutMs (wait duration for condition?) and autoConnect (connect to what?).
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.