Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage, the description provides essential parameter information: msg (message content), who (recipient, optional), at (@ target, optional), and exact (exact match, default false). This covers all 4 parameters and adds meaningful context about optionality and defaults that the schema alone doesn't provide.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.