Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0% and there is one required parameter 'message'. The description implies the parameter is the text you send to your opponent and adds that it is match-scoped and moderated, which gives some semantic meaning beyond a bare string. However, it does not describe any length constraints, formatting, or the exact role of the message parameter in the action.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.