Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations present, the description carries the full behavioral burden, and it does implicitly signal a safe read by describing static metadata rather than a mutation. However, it says nothing about determinism, permissions, or freshness beyond the computation date, and it does not explicitly confirm the operation is side-effect free.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.