Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=false and destructiveHint=true, establishing that this is a mutating and potentially destructive operation. The description adds no extra context about side effects, such as downtime, the order of stop/restart, or whether changes are reversible, which would be valuable for a destructive tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.