Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It only states 'read-only', which is a minimal safety hint, but it doesn't disclose what the tool returns, whether it queries live data, if there are any side effects (unlikely for read-only), or any other behavioral characteristics. For a zero-parameter tool, this is still insufficient context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.