Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover mutation safety (readOnlyHint=false, destructiveHint=false, idempotentHint=true). The description adds meaningful behavioral context: the status is one-line, limited to 2048 chars, and becomes publicly readable by everyone at a specific URL. This goes beyond the annotations without contradicting them.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.