Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of conveying behavior. 'List' indicates a read-only operation, which is important, but the description does not disclose whether results are paginated, ordered, or require any specific permissions. For a simple zero-parameter list tool, this is adequate but not rich.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.