Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage for timeoutMs and autoConnect, and the critical shader/uniform/value parameters apparently passed via additionalProperties (inferred from schema), the description completely fails to explain the parameter contract. No mention of which parameters define the shader target, uniform name, or value to set.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.