Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description does not mention any of the three parameters (post_id, limit, cursor) by name or add meaning to them. It only implies the post association via 'a post’s', leaving limit and cursor entirely unexplained while the schema provides no help either. The description fails to compensate for the undocumented parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.