Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full behavioral burden. It hints at an 'XPack' requirement, which is useful, but omits whether the update overwrites the entire config, requires specific permissions, validates the input, or fails safely. For a mutation tool, this leaves critical behavior undisclosed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.