Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover key behavioral traits (read-only, idempotent, non-destructive, open-world), so the description doesn't need to repeat these. It adds value by specifying 'public profile,' which hints at limited data access, but doesn't elaborate on rate limits, authentication needs, or error conditions. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.