Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage, the description must carry the parameter-meaning burden. It clarifies that 'price_change_pct' represents a linear shock, 'up to twenty exposures' bounds the positions array, and the computed outputs are P&L, equity, and concentration. However, it does not explain optional fields like 'venue' or 'cost_usd', nor how they interact with the core calculation, so it only partially compensates.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.