Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 50%, with chainId already documented in the schema. The description's 'by hash' implicitly indicates txHash is a transaction hash, but this is already evident from the parameter name and the pattern regex. No additional semantics are provided for txHash, such as format details, hexadecimal case sensitivity, or how it relates to chainId. Since coverage is low and the description does not compensate, the parameter explanation is insufficient.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.