Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=false, and the description aligns by describing a read-only profile retrieval. It adds useful context not present in annotations: the operation concerns the authenticated user, implying authentication is required and that this is a safe, non-mutating call.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.