Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of disclosing behavioral traits. It only states 'List', implying a read operation, but lacks details on authentication requirements, pagination behavior, or any side effects. The limit/offset parameters in the schema hint at pagination, but the description does not add context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.