Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of disclosing behavior. It conveys that the tool is a non-mutating read of global state, but it does not explicitly state that it has no side effects or describe the returned snap mode format. For a zero-parameter getter this is acceptable but minimal.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.