Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden. It discloses the ordering behavior ('newest first') and the global scope, which is useful. However, it does not mention potential caveats such as authentication requirements, pagination, or what exactly is returned (e.g., just the name strings or richer objects). For a simple list tool this is adequate but not comprehensive.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.