Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral transparency burden. 'Get' implies a read-only retrieval with no side effects, which is helpful, but the description does not disclose any other behavioral traits such as required permissions, account context, or what 'details' includes. For a simple getter this is minimally adequate, but not rich.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.