Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has only one required parameter 'coin' with no description, so schema coverage is 0%. The description compensates by giving explicit coin format examples ('BTC', 'ETH', 'SOL') and explaining how the coin parameter drives the response. This is sufficient for a single, straightforward parameter.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.