Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of disclosing behavioral traits. 'Get information' implies a read-only operation, but it doesn't state whether authentication is required, whether it triggers any side effects (e.g., device discovery), or what specific data is returned. This is minimal disclosure, leaving the agent to infer safety and side effects.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.