Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare read-only, idempotent, and open-world behavior, so the description's 'Read-only' line is redundant. However, it adds useful operation-specific behavior: unknown ids return not found, no API key is required, and the id is a canonical slug rather than a free-form name. This goes beyond what the annotations alone provide.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.