Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral burden. 'Like a keyboard interrupt' usefully signals a graceful interruption of the current execution rather than a hard session kill, but it omits details such as what happens to session state, whether the interrupt is reversible, and what response is returned.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.