Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations indicate it's a mutation (readOnlyHint false) but idempotent and non-destructive. The description adds important behavioral context: you stay in the room and your next say is room-wide chatter. This explains the lingering state, which annotations alone do not convey. It doesn't detail every side effect (e.g., whether others are notified), but provides sufficient transparency for a non-destructive, idempotent action.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.