Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of behavioral disclosure. The verb 'Get' clearly indicates a read-only operation, and 'all available' signals the completeness of the result. No side effects or destructive behavior are implied, and the lack of parameters further simplifies expectations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.