Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, so the description is consistent and adds context: the return format (base64, count, digest) and the recommendation to use getEmail first. There is no contradiction. The description does not mention rate limits or authentication needs, but the safety profile is covered by annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.