Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. The single planId parameter is self-explanatory by name, and the description adds the 'pending' precondition and 'rejected' outcome. However, it does not explicitly bind planId to the plan being rejected or describe error conditions for non-pending plans.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.