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 does state what information is returned (versions, profile, tool schema digest, local capability status), implying a read-only getter operation. However, it does not explicitly mention that it has no side effects, nor does it disclose any potential cost, caching, or failure modes. The listing of returns is helpful 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.