Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description adds semantics for critical parameters: 'phase' is clarified as having 'territories' and 'build' modes, 'idempotencyKey' is required for build, 'seatId/seatName' are required for mutations with multiple seats, and 'selectedTerritory' is the object from the territories phase used in build. This compensates for the 0% schema coverage for these non-obvious parameters. Other required fields (brand, campaignName, product, audience, objective) are self-explanatory from their names, so the lack of description is less critical.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.