Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses the return shape (name, expression, description), which is a behavioral detail, and the verb 'list' implies a read-only operation with no side effects. It does not mention error behavior or permissions, but this is a simple listing tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.