Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema only provides message_id as a required string, so the description carries the semantic burden. The phrase 'message you sent' clarifies that the ID must refer to a message the caller originated, which is useful context beyond the raw parameter name. It could be more explicit about where the message_id comes from (e.g., bus_send), but it is still reasonably clear.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.