Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already declare readOnlyHint=true and openWorldHint=true, so the description is consistent with a read-only operation. However, the description adds no extra behavioral context beyond that already available in the annotations, such as what the returned 'details' include, whether it requires specific permissions, or if it triggers any side effects. For a getter this is minor, but there is no additional transparency value added.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.