Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already convey that this is a non-read-only, non-destructive, idempotent action. The description adds the useful 'refresh' behavior, but it does not disclose how long the indicator lasts, whether it expires, or whether the agent must later call relay_stop_typing; this is acceptable for a simple action but not thorough.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.