Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description should compensate by explaining chat_id, limit, and cursor. It only clarifies that messages are scoped to one chat, which maps to chat_id, but says nothing about cursor-based pagination or the meaning of limit. The schema's names and constraints provide some information, but the description adds little semantic value.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.