Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema only has includeBars as an optional boolean with 0% coverage, so the description carries the full burden. The line 'Set includeBars only when raw OHLCV is needed' directly clarifies when to set the parameter to true, effectively compensating for the schema's silence. It could be more detailed (e.g., what 'raw OHLCV' implies about response size) but gives the essential meaning.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.