Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, meaning the description must compensate for all parameter documentation. The description adds meaning for dry_run, confirm, and confirm_name by explaining their interplay (dry_run=false requires both confirm=true and confirm_name match). However, parameters like force, revision, and instance get no additional semantic context beyond the schema's minimal field descriptions, leaving gaps.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.