Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare the operation as read-only, idempotent, and non-destructive. The description adds valuable behavioral context beyond those hints: the data is public and no authentication is required, which materially affects whether an agent can invoke the tool in a given environment. This is sufficient for a simple zero-parameter read operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.