Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds value by detailing exactly what fields are returned and flagging optional availability ('where available', 'where one has been collected'), which helps the agent set expectations about completeness. It does not disclose not-found behavior, but for a read-only get tool this is a minor gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.