Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden. It discloses that the tool returns system info (version, runtime), implying a read-only, safe operation. However, it does not state side effects (likely none), authentication requirements, or rate limits. The description is minimally transparent but sufficient for a simple read-only tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.