Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the burden of behavioral disclosure. It reveals the null-return behavior when nothing is active, which is useful. However, it does not mention whether this is read-only (likely safe), what 'full detail' includes, or any side effects. The behavior is mostly predictable, but the description is minimal.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.