Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. The description adds meaningful behavioral context beyond these: the hasMore pagination signal, default ordering, and the recommendation to prefer filters over pagination. This goes beyond what annotations provide, though it does not detail any side effects (consistent with read-only).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.