Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full transparency burden. 'Return' signals a read-only query and it names what is returned, but it does not state error behavior, side effects, or what the state includes. This is acceptable for a simple status fetch but still minimal.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.