Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%, so the schema provides no descriptions for the parameters. The description does not explain what 'room', 'actor', 'limit', or 'cursor' mean or how they affect the call. The only indirect hint is about cursor reuse, but it does not define the cursor parameter itself. With zero coverage and no compensation, the description fails to convey parameter semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.