Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=false and destructiveHint=false, so the agent knows it's a non-destructive write. However, the description adds no extra behavioral context, such as whether the operation requires specific permissions (e.g., only group owner), whether it is reversible, or what happens on failure. It merely restates the action without disclosing side effects or edge cases.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.