Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already declare readOnlyHint=true and openWorldHint=true, clearly marking this as a safe read operation. The description adds little behavioral context—no details about error handling (e.g., 404 if user not found), rate limits, or the breadth of 'details' returned. It neither adds significant value beyond annotations nor does it contradict them.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.