Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations provide only false hints (readOnly, idempotent, destructive all false), so the description carries the burden. It adds the permission requirement (account must be a group admin), which is useful context. However, it does not disclose behavior for edge cases (e.g., non-admin members) or side effects relative to removal, so it gives only partial transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.