Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already provides very thorough parameter descriptions (e.g., assetPair format, date formats, DSL example, fee semantics, indicator function list with caveats). The description adds workflow-level meaning by clarifying that this tool accepts the same strategy DSL as submit_backtest and that riskManagement is accepted but never used. That extra context—'not a backtest itself' and the caveat about riskManagement—helps agents understand parameter behavior beyond what the schema states.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.