Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description carries the burden, and it does partially: 'last N days' maps to the days parameter and 'up to 25 carriers' corroborates maxItems on carriers. However, it omits the days default (30) and bounds (1-365), and critically never specifies the identifier format expected in the carriers array (DOT vs MC number), which is the highest-value unknown for a 0%-coverage schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.