Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses the output type but does not explicitly state that the operation is read-only or describe any side effects, authentication requirements, or error conditions. The 'get' verb implies a safe read, but it's not spelled out.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.