Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, destructiveHint=false, so the safety profile is known. The description adds that the profile is 'public', which is a useful behavioral detail, and enumerates the returned fields. However, it does not disclose error handling (e.g., invalid username) or rate limits, and the field list may already be in the output schema.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.