Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description adds meaningful context for all three parameters beyond the input schema, which has 0% description coverage. It explains that 'symbol' is for fetching data (e.g., 'SPY', 'AAPL'), 'days' specifies the past days to fetch (with a default), and 'interval' defines candle intervals (e.g., '1d', '1h'). This compensates well for the schema's lack of descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.