Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Even though the schema already documents plan_id at 100% coverage, the description adds essential meaning: the plan_id fully determines the set of affected messages, the decisions were frozen at preview time, and no other parameters are accepted. This clarifies why a single parameter is sufficient.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.