Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare destructiveHint=true, which covers the mutating nature of shutdown/reboot. The description adds the important detail that all actions require elevated privileges ('all elevated'), which is not in the annotations. However, it does not disclose other behavioral aspects like whether wakeonlan requires the node to be off, whether actions are synchronous, or if there are side effects on running guests. Since annotations cover the destructive nature, the added elevation note is useful but minimal.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.