Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full behavioral burden. 'Lists' clearly signals a non-destructive read operation, and 'accessible to the authenticated user' adds valuable scoping context about auth-based filtering of results. It omits the return shape and whether unverified properties are included, but for a parameterless list call these are minor gaps.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.