Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description itself must convey behavioral implications. 'Force-stop' does signal a terminating/destructive action, but it does not disclose potential side effects (e.g., loss of unsaved state, effect on background processes, behavior if the package is missing). The core behavior is transparent, but the consequences are not fully addressed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.