Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
There are no annotations, so the description carries the burden of explaining behavior. 'List' conveys a read-only intent and no destructive side effects are implied or hidden. However, it does not disclose any additional behavioral details such as authentication requirements, rate limits, or whether the list is cached.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.