Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, covering safety. The description adds useful behavioral context by stating it returns the 'latest available' record and enumerating the data fields, which helps the agent set expectations. It does not discuss failure modes, rate limits, or caching, but given the annotations, this is sufficient and adds value beyond the structured metadata.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.