Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the behavioral burden. It does disclose the key trait — read-only — which signals a non-mutating operation. However, it adds no context about output, error behavior, or what 'maximum session' configuration actually returns, leaving the agent to infer the rest.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.