Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The readOnlyHint annotation already indicates this is a safe read-only operation. The description does not add further behavioral context such as pagination, rate limits, or data freshness. However, for a simple list operation with no parameters, the annotation and description together provide sufficient transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.