Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Since schema description coverage is 0%, the description must compensate. It maps 'Bitcoin and Ether' to the currency enum (BTC/ETH) and explicitly lists the horizon enum values (front, short, mid, long), adding meaning to both parameters. It doesn't clarify optionality or default behavior, preventing a 5.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.