Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds the 'logged-in consumer' context, which implies authentication requirements, and repeats 'read-only' which is already covered by readOnlyHint. However, it does not disclose return format, pagination, or any data structure. Since annotations already provide strong safety hints (readOnly, idempotent, openWorld), the description adds minimal but non-contradictory value beyond them.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.