Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With schema description coverage at 0%, the description should compensate for parameter documentation, but it does not. It neither explains purchase_plan_id nor expires_in_minutes beyond what the schema shows (types, defaults, min/max). The mention of 'expiry' hints at the expiration parameter but does not directly describe it. Parameter names are self-explanatory, but the description fails to add meaning beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.