Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema coverage, the description compensates by mapping 'rename' to name, 'change emoji' to emoji, and 'pin/unpin' to isPinned, providing meaningful semantics. The id parameter is implied as the identifier. However, it doesn't clarify whether at least one optional field must be provided, which is a minor gap.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.