Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of behavioral disclosure. It states the profile is 'public', implying a read-only, non-destructive operation, but it does not disclose potential error cases (e.g., user not found) or return format. This is average transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.