Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is low at 25% (only chat_id has a description). The description provides a brief note about the reaction parameter ('Use emoji or custom emoji') but does not explain is_big, message_id, or the optionality of reaction. This insufficiently compensates for the coverage gap, leaving several parameters without meaningful semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.