Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the burden of disclosing behavioral traits. The verb 'Get' clearly signals a read-only operation with no side effects, which is sufficient for a simple info tool. It doesn't mention auth or rate limits, but the tool's simplicity and the nature of the information (version, tools, status) make these less critical.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.