Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description carries the burden of explaining chat, text, and message_id. It gives no parameter-level details: 'chat' could be an ID or username, 'message_id' could be chat-scoped or global, and whether 'text' is the full replacement content is only implied. Some inference is possible from the field names and tool purpose, but the description does not compensate for the missing schema descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.