Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema provides no description for cardId, and the description only adds the context that the card must be one that has been collected. It does not explain where to obtain cardId or what format it should take, but the single required parameter is simple and reasonably self-explanatory. The description offers minimal additional semantic value.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.