Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, which covers the safety profile. The description adds value by specifying what state is inspected (process, QMP, guest TCP transport), which is useful context beyond annotations. There is no contradiction, but no deeper traits such as auth requirements or failure behavior are disclosed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.