Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It conveys that the tool reports a point-in-time snapshot without modifying anything, but it does not state whether the data is live, cached, or how frequently it updates. The read-only nature is implicit from 'get_' and the informational wording, but not explicitly confirmed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.