Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses one meaningful behavioral trait (char-by-char keyboard simulation), which differentiates it from paste_text. However, it omits important behavior such as whether text goes to the currently focused element, what happens if nothing is focused, and whether special characters are handled literally.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.