Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of disclosing behavior. 'Get current resource usage' indicates a read-only retrieval, which is transparent enough for a simple monitoring tool. However, it does not disclose any potential side effects, response size, or whether data is real-time vs. cached, so some behavioral context is missing.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.